Commit 573b8d3c 573b8d3c9694617019550efca5fe38ae69b21b5e by Sergey Poznyakoff

Updated

1 parent 77b342a6
Showing 1 changed file with 17 additions and 0 deletions
1 2003-02-22 Sergey Poznyakoff
2
3 * include/mailutils/header.h (MU_HEADER_FCC): New macro
4 * mailbox/mailer.c: Handle Fcc headers.
5 * mailbox/sendmail.c: Ignore Fcc.
6 * mailbox/smtp.c: Likewise.
7 * mailbox/mbx_default.c (plus_expand): Bugfix
8 * mailbox/mbx_mh.c (_mh_message_save): Bugfix
9 * mh/folder.c (action_print): Minor change
10 * mh/mh_argp.c (parse_opt): Pass the argument to ARG_FOLDER
11 without the leading '+'. This should be fixed later.
12 * mh/refile.c: Fixed expanding of the draftfile name.
13 * mh/send.c (send): Fix up the folder dir by appending a
14 format specifier (mh:/) to it.
15 * mh/mh_init.c: Moved .*_to_message stuff to mh_stream.c
16 * mh/mh_stream.c: Improved .*_to_message functions.
17
1 2003-02-21 Sergey Poznyakoff 18 2003-02-21 Sergey Poznyakoff
2 19
3 * mail/testsuite/mail/folder.exp: Reflect changes to mailbox/date.c 20 * mail/testsuite/mail/folder.exp: Reflect changes to mailbox/date.c
......