Commit 5238bf07 5238bf073916efbd118ccd01c9e6150c42007059 by Sergey Poznyakoff

Documented new features.

1 parent 98cd08c4
2004-01-09 Sergey Poznyakoff
* NEWS: Documented new features.
2004-01-08 Sergey Poznyakoff
* configure.ac (LIBMU_SCM_DEPS): Added maildir
......@@ -336,7 +340,7 @@
2003-12-01 Sergey Poznyakoff
* mailbox/sendmail.c (sendmail_send_message): Don't
close the descriptor if it happens to make part of tunnel
close the descriptor if it happens to make a part of tunnel
pipe.
2003-11-28 Sergey Poznyakoff
......
GNU mailutils NEWS -- history of user-visible changes. 2003-10-28
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
GNU mailutils NEWS -- history of user-visible changes. 2004-01-09
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
......@@ -8,6 +8,22 @@ Version 0.4.1:
* New features:
** movemail: new program
Moves mail from the user maildrop (remote or local) to the local file.
It supports all mailbox formats, supported by mailutils.
** Support for "maildir" format.
** sieve:
*** Considerably improved debugging diagnostics.
*** New sieve extension tests:
spamd - An interface to SpamAssassin daemon
list - Test headers, structured as lists of values.
timestamp - Compares headers containing dates.
** mail
*** Support for -a option (append header)
*** New command sendheaders allows to pre-set the headers to be added to
......@@ -246,7 +262,7 @@ The first release.
----------------------------------------------------------------------
Copyright information:
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
......