Commit 7243c864 7243c86442ed239332fcbcb0f4e613d4740ea452 by Sergey Poznyakoff

Updated

1 parent f1a45918
Showing 1 changed file with 10 additions and 0 deletions
1 2003-02-08 Sergey Poznyakoff 1 2003-02-08 Sergey Poznyakoff
2 2
3 * mh/mh.h: Added new includes.
4 (mh_open_msg_file,mh_usedraft): New functions.
5 * mh/mh_init.c (mh_open_msg_file): New function. Based on
6 refile.c:open_source().
7 * mh/mh_whatnow.c (mh_usedraft): New function.
8 * mh/refile.c (open_source): Removed in favor of mh_open_msg_file().
9 * mh/send.c: Implemented basic functionality.
10
11 2003-02-08 Sergey Poznyakoff
12
3 * examples/decode2047.c (main): Added return statement. 13 * examples/decode2047.c (main): Added return statement.
4 * mailbox/mbx_mh.c (_mh_message_save): Allow for mh-specific 14 * mailbox/mbx_mh.c (_mh_message_save): Allow for mh-specific
5 delimiter (a string of dashes) between the headers and the body. 15 delimiter (a string of dashes) between the headers and the body.
......