Commit ca7cfc4b ca7cfc4b38e3678b93fad2b5a14c64192153bdb6 by Sergey Poznyakoff

Updated

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