summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-03-11 14:15:28 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-03-11 14:15:28 +0000
commitb8112f87c09501a76891fdaa411bd8c1bc661138 (patch)
tree5d0f9ac42833b73879f41af34390969234f1f64a /mh
parent63b6ef8e260ceafa98b71474226cb85038c0927d (diff)
downloadmailutils-b8112f87c09501a76891fdaa411bd8c1bc661138.tar.gz
mailutils-b8112f87c09501a76891fdaa411bd8c1bc661138.tar.bz2
Updated
Diffstat (limited to 'mh')
-rw-r--r--mh/Makefile.am9
-rw-r--r--mh/TODO7
2 files changed, 12 insertions, 4 deletions
diff --git a/mh/Makefile.am b/mh/Makefile.am
index f76b44dfb..5ab10212c 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -35,7 +35,8 @@ PROGRAMS_MH = \
scan\
send\
sortm\
- whatnow
+ whatnow\
+ whom
EXTRA_PROGRAMS = \
anno\
@@ -55,7 +56,8 @@ EXTRA_PROGRAMS = \
scan\
send\
sortm\
- whatnow
+ whatnow\
+ whom
LIBRARIES_MH = libmh.a
EXTRA_LIBRARIES = libmh.a
@@ -78,7 +80,8 @@ libmh_a_SOURCES= \
mh_msgset.c\
mh_sequence.c\
mh_stream.c\
- mh_whatnow.c
+ mh_whatnow.c\
+ mh_whom.c
noinst_HEADERS = mh.h mh_getopt.h
LISPSRC = mailutils-mh.el
diff --git a/mh/TODO b/mh/TODO
index 068fac721..8f9fefb54 100644
--- a/mh/TODO
+++ b/mh/TODO
@@ -3,6 +3,11 @@ between Mailutils and Emacs using mh-e module. Therefore, a subset of MH
utilities has been selected that would provide such basic functionality.
When this functionality is achieved, other utilities may be implemented.
+General information
+====================
+
+Aliases are not supported
+
Utilities Ordered by Importance
===============================
@@ -37,7 +42,7 @@ State Nice Utility Comments
also the README entry for it.
+ 10 anno
- 10 burst
-- 10 whom
+* 10 whom --check
+ 10 mhpath
+ 10 whatnow
+ 20 sortm

Return to:

Send suggestions and report system problems to the System administrator.