Commit adc224c2 adc224c28b52f4aa5510b6fa2448fd102411daef by Sergey Poznyakoff

Updated

1 parent 710d3d79
2003-02-08 Sergey Poznyakoff
* examples/decode2047.c (main): Added return statement.
* mailbox/mbx_mh.c (_mh_message_save): Allow for mh-specific
delimiter (a string of dashes) between the headers and the body.
* mailbox/mutil.c (mu_spawnvp): Bugfix, PROG was not used.
* mh/send.c: New file. A framework for send utility.
* mh/.cvsignore: Added send.
* mh/Makefile.am: Likewise.
* mh/mh_whatnow.c: Implemented refile command.
* mh/mh_getopt.h (struct mh_option): Removed `longopt' member.
* mh/comp.c: Likewise.
* mh/fmtcheck.c: Likewise.
* mh/folder.c: Likewise.
* mh/inc.c: Likewise.
* mh/mh_getopt.c: Likewise.
* mh/scan.c: Likewise.
* mh/whatnow.c: Likewise.
* mh/rmf.c: Likewise.
* mh/refile.c: Likewise.
* mh/repl.c: Likewise.
* mh/TODO: Updated
2003-02-07 Wojciech Polak
* doc/texinfo/programs.texi: Added info about WITH_GNUTLS
......
......@@ -22,7 +22,7 @@ State Nice Utility Comments
* -20 repl See comments for whatnow
* -20 comp See comments for whatnow
- -20 forw
- -20 send
* -20 send Only a framework is implemented.
* -20 refile --link
* -20 rmm rmproc:
* -15 folder(s) --pack,--verbose
......@@ -36,7 +36,7 @@ State Nice Utility Comments
- 10 burst
- 10 whom
+ 10 mhpath
* 10 whatnow push,refile,send are not supported.
* 10 whatnow push and send are not supported.
- 20 sortm
Utilities In Alphabetical Order
......