Commit 7243c864 7243c86442ed239332fcbcb0f4e613d4740ea452 by Sergey Poznyakoff

Updated

1 parent f1a45918
Showing 1 changed file with 10 additions and 0 deletions
2003-02-08 Sergey Poznyakoff
* mh/mh.h: Added new includes.
(mh_open_msg_file,mh_usedraft): New functions.
* mh/mh_init.c (mh_open_msg_file): New function. Based on
refile.c:open_source().
* mh/mh_whatnow.c (mh_usedraft): New function.
* mh/refile.c (open_source): Removed in favor of mh_open_msg_file().
* mh/send.c: Implemented basic functionality.
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.
......