Commit b8112f87 b8112f87c09501a76891fdaa411bd8c1bc661138 by Sergey Poznyakoff

Updated

1 parent 63b6ef8e
2003-03-11 Sergey Poznyakoff
* auth/sql.c (mu_sql_authenticate): Bugfix.
* mh/.cvsignore: Added 'whom'.
* mh/mh_whom.c: New file.
* mh/whom.c: New file.
* mh/Makefile.am: Added new files
* mh/TODO: Updated
* mh/mh.h (mh_draft_name,mh_whom): New functions.
* mh/mh_getopt.h: Updated
* mh/mh_init.c (mh_draft_name): New function.
* mh/mh_whatnow.c (whom): Use mh_whom.
* mh/send.c (draft_name): Removed.
* mh/whatnow.c (main): Use 'draft' by default.
2003-03-10 Sergey Poznyakoff
* comsat/comsat.c: Use ngettext.
......
......@@ -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
......
......@@ -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
......