Commit 32e82bae 32e82bae8728dc25ebc43bfd4ba1d52331b6499a by Sergey Poznyakoff

Updated

1 parent 9d8d1433
1 2004-05-07 Sergey Poznyakoff 1 2004-05-07 Sergey Poznyakoff
2 2
3 * mail/from.c (mail_from0): Use Date: header if 'datefield' is
4 set.
5 * mail/mail.c (main): Start interactive mode with an empty mailbox
6 if 'emptystart' is set.
7
8 * NEWS: Updated
9 * doc/texinfo/programs.texi (Mail Variables): Documented new
10 variables.
11
12 2004-05-07 Sergey Poznyakoff
13
3 * mail/util.c (util_get_sender): Updated to match recent 14 * mail/util.c (util_get_sender): Updated to match recent
4 changes (see the previous entry). 15 changes (see the previous entry).
5 * mailbox/argcv.c (argcv_scan): Honor escaped whitespace. 16 * mailbox/argcv.c (argcv_scan): Honor escaped whitespace.
......
1 GNU mailutils NEWS -- history of user-visible changes. 2004-04-27 1 GNU mailutils NEWS -- history of user-visible changes. 2004-05-07
2 Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
...@@ -43,6 +43,8 @@ the message. ...@@ -43,6 +43,8 @@ the message.
43 of header fields used to determine the sender of the message. 43 of header fields used to determine the sender of the message.
44 *** New variable 'xmailer' controls whether an X-Mailer header should 44 *** New variable 'xmailer' controls whether an X-Mailer header should
45 be added to outgoing messages. 45 be added to outgoing messages.
46 *** New variables 'datefield' and 'emptystart' for compatibility with
47 nail
46 48
47 ** mail.remote 49 ** mail.remote
48 *** Support for -t option (read recipients from the message). This fixes 50 *** Support for -t option (read recipients from the message). This fixes
......