Commit 0ec4cb40 0ec4cb40d91281c46edda362625fbfc90b47d2a4 by Sergey Poznyakoff

Updated

1 parent 2a4060fd
2005-09-17 Sergey Poznyakoff <gray@gnu.org.ua>
* mh/send.c (expand_aliases): Use mh_expand_aliases
* mh/forw.c,mh/repl.c: Implemented --annotate
* mh/mh_init.c (mh_quote,mh_expand_aliases): New functions
* mh/mh.h (mh_quote,mh_expand_aliases): New functions
(struct mh_whatnow_env): New fields to support annotation.
* mh/mh_whatnow.c: Support message annotation. Improved error
reporting after launching external programs.
* mh/anno.c (main): Make the first annotated message current.
(opt_handler): Quote --text argument, if necessary.
* mh/TODO: Updated
2005-09-14 Sergey Poznyakoff <gray@gnu.org.ua>
* mail/page.c (cond_page_invalidate,page_move): Bugfix.
......
......@@ -19,9 +19,9 @@ State Nice Utility Comments
-------------------------------------------
+ -20 scan
+ -20 inc
* -20 repl --annotate
* -20 repl --fcc,--inplace,--whatnowproc
+ -20 comp Interactive prompting.
* -20 forw --annotate,--inplace,--whatnowproc
* -20 forw --inplace,--whatnowproc
* -20 send --alias,--filter,--format,--forward,--mime,
--split,--width
* -20 refile --link copies messages.
......