Commit ca7cfc4b ca7cfc4b38e3678b93fad2b5a14c64192153bdb6 by Sergey Poznyakoff

Updated

1 parent 0e0f6b81
1 2003-10-28 Sergey Poznyakoff
2
3 * mail/mail.c: Implemented -a (--append) option.
4 * mail/mail.h (mail_sendheader,send_append_header)
5 (send_append_header2): New functions.
6 * mail/send.c: Likewise.
7 * mail/table.c: New command "sendheader"
8
1 2003-10-27 Alain Magloire 9 2003-10-27 Alain Magloire
2 10
3 * mailbox/mapfile_stream.c(_mapfile_size): Only call msync() if the file was 11 * mailbox/mapfile_stream.c(_mapfile_size): Only call msync() if
4 also open with PROT_WRITE. 12 the file was also open with PROT_WRITE.
5 (_mapfile_flush): Ditto. 13 (_mapfile_flush): Ditto.
6 14
7 2003-10-25 Sergey Poznyakoff 15 2003-10-25 Sergey Poznyakoff
......
1 GNU mailutils NEWS -- history of user-visible changes. 2003-10-13 1 GNU mailutils NEWS -- history of user-visible changes. 2003-10-28
2 Copyright (C) 2002, 2003 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
...@@ -6,6 +6,18 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>. ...@@ -6,6 +6,18 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>.
6 6
7 Version 0.4.1: 7 Version 0.4.1:
8 8
9 * New features:
10
11 ** mail
12 *** Support for -a option (append header)
13 *** New command sendheaders allows to pre-set the headers to be added to
14 the message.
15
16 ** pop3d
17 *** New option --login-delay. Support for login-delay
18 *** New option --undelete. Forces pop3d to clear deletion
19 marks from all messages after opening the mailbox.
20
9 * Bug fixes: 21 * Bug fixes:
10 22
11 ** mh 23 ** mh
...@@ -15,13 +27,6 @@ Version 0.4.1: ...@@ -15,13 +27,6 @@ Version 0.4.1:
15 27
16 *** Do not save delete marks when exiting on timeout. 28 *** Do not save delete marks when exiting on timeout.
17 29
18 * New features:
19
20 ** pop3d
21 *** New option --login-delay. Support for login-delay
22 *** New option --undelete. Forces pop3d to clear deletion
23 marks from all messages after opening the mailbox.
24
25 30
26 31
27 * Bug fixes: 32 * Bug fixes:
......