Commit 46da3ae5 46da3ae5e7764ff362b5009e85ff3c03e8dd1d2e by Sergey Poznyakoff

Updated

1 parent 27e65b0b
2003-02-10 Sergey Poznyakoff
* include/mailutils/header.h (MU_HEADER_ENV_SENDER,
MU_HEADER_ENV_DATE): New macros.
* mailbox/mbx_mh.c (_mh_message_save): Bugfix.
(mh_save_attributes): Implemented
* mh/install-mh.c: New file.
* mh/anno.c: New file.
* mh/mark.c: New file
* mh/Makefile.am: Added install-mh, anno and mark
* mh/.cvsignore: Likewise.
* mh/mh_global.c (mh_auto_install): New global.
(mh_read_profile): Call mh_install() if necessary.
(mh_global_sequences_iterate)
(mh_global_context_iterate): New functions.
* mh/mh_init.c (mh_install_help, mh_real_install)
(mh_install): New functions.
(mh_open_msg_file): Rewritten.
* mh/mh_whatnow.c: Implemented push command.
* mh/TODO: Updated
* mh/mh.h (mh_context_iterator): New type.
(mh_open_msg_file): Changed declaration.
(mh_install, mh_global_context_iterate)
(mh_global_sequences_iterate,mh_context_iterate)
(mh_usedraft): New functions.
* mh/mh_ctx.c (mh_context_iterate): New function.
* mh/mh_getopt.h: Added ARG_ macros.
* mh/comp.c: Fixed option handling.
* mh/fmtcheck.c: Likewise.
* mh/inc.c: Likewise.
* mh/mhpath.c: Likewise.
* mh/refile.c: Likewise.
* mh/repl.c: Likewise.
* mh/rmf.c: Likewise.
* mh/rmm.c: Likewise.
* mh/scan.c: Likewise.
* mh/whatnow.c: Likewise.
* mh/send.c: Add from: header to the outgoing message.
* po/POTFILES.in: Added new files.
2003-02-08 Sergey Poznyakoff
* mh/mh.h: Added new includes.
......
......@@ -19,8 +19,8 @@ State Nice Utility Comments
-------------------------------------------
+ -20 scan
+ -20 inc
* -20 repl See comments for whatnow
* -20 comp See comments for whatnow
* -20 repl See comments for whatnow. -filter is not impl.
+ -20 comp See comments for whatnow
- -20 forw
* -20 send Only a framework is implemented.
* -20 refile --link
......@@ -28,15 +28,15 @@ State Nice Utility Comments
* -15 folder(s) --pack,--verbose
- -15 mhn
+ -10 rmf
- 0 install-mh Not necessary. Will be implemented as a noop
+ 0 install-mh
- 4 mhl
- 5 mark
+ 5 mark
- 5 pick
- 10 anno
+ 10 anno
- 10 burst
- 10 whom
+ 10 mhpath
* 10 whatnow push and send are not supported.
+ 10 whatnow
- 20 sortm
Utilities In Alphabetical Order
......