Commit 13330dc5 13330dc5c3e8bc6b6d075a150452cd8b5787d878 by Sergey Poznyakoff

Updated

1 parent bbe0e352
2003-03-15 Sergey Poznyakoff
* mh/mhn.c: New file. Implementation of mhn utility (partial).
* mh/.cvsignore: Added mhn
* mh/Makefile.am: Likewise.
* mh/forw.c: Implemented --mime.
* mh/TODO: Updated.
* mh/mh.h (mhl_format_run): Changed prototype
(MHL_DECODE,MHL_CLEARSCREEN,MHL_BELL): New defines.
* mh/mh_getopt.h: Updated.
* mh/mh_list.c (mhl_format_run): Changed declaration.
(eval_body): Decode message body on request.
* mh/mh_ctx.c: Bugfix. Thanks Wojciech for noticing!
* mh/mhl.c: Updated invocations of mhl_format_run().
* mh/repl.c: Likewise.
* po/POTFILES.in: Added new files.
2003-03-14 Sergey Poznyakoff
* TODO: Reformatted in Emacs outline mode
......
......@@ -65,6 +65,8 @@ and use them in mail.remote.
** support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus)
** filter_trans needs readline method.
* pop3
** pop3d_readline - should this use select(), avoid the race condition,
......
......@@ -26,13 +26,13 @@ State Nice Utility Comments
+ -20 inc
* -20 repl --annotate
+ -20 comp Interactive prompting.
* -20 forw --annotate,--inplace,--mime,--whatnowproc
* -20 forw --annotate,--inplace,--whatnowproc
* -20 send --alias,--filter,--format,--forward,--mime,
--split,--width
* -20 refile --link copies messages.
* -20 rmm rmproc:
* -15 folder(s) --pack,--verbose
- -15 mhn
* -15 mhn --store,--compose
+ -10 rmf
+ 0 install-mh
* 4 mhl Following format variables are ignored:
......