Commit 656ee0dc 656ee0dce5c3c59eec18accc4e766be3e14ab2e5 by Sergey Poznyakoff

Updated

1 parent f7fffe76
2002-11-29 Sergey Poznyakoff
* mailbox/date.c: New version of mu_tm2time function.
The previous version of mu_tm2time incorrectly handled dates within
the DST period.
* mailbox/mutil.c: Moved time functions to date.c
* mailbox/Makefile.am: Added date.c
* imap4d/fetch.c (fetch_internaldate): Use
mu_parse_ctime_date_time.
* imap4d/testsuite/imap4d/fetch.exp: Fixed wrong dates.
* NEWS: Updated.
* doc/texinfo/libsieve.texi: Updated.
* libsieve/actions.c (sieve_action_keep): Remove the delete
mark from the message.
* guimb/scm/sieve-core.scm (action-keep): Likewise.
* libsieve/sieve.y (sieve_machine_init): Fixed inconsistent return
value.
* auth/Makefile.am: Removed traces of ansi2knr.c
* comsat/Makefile.am: Likewise.
* dotlock/Makefile.am: Likewise.
* frm/Makefile.am: Likewise.
* from/Makefile.am: Likewise.
* guimb/Makefile.am: Likewise.
* imap4d/Makefile.am: Likewise.
* libmu_scm/Makefile.am: Likewise.
* mail/Makefile.am: Likewise.
* mail.local/Makefile.am: Likewise.
* mail.remote/Makefile.am: Likewise.
* mapi/Makefile.am: Likewise.
* messages/Makefile.am: Likewise.
* pop3d/Makefile.am: Likewise.
* readmsg/Makefile.am: Likewise.
2002-11-29 Sergey Poznyakoff
* mailbox/file_stream.c (_stdin_file_read): Test for eof
......
......@@ -4,6 +4,41 @@ See the end for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 0.2:
* libmailbox: Several bugfixes. The configuration testsute allows
to disable support for any protocol or mailbox format to reduce
the size of the library.
* libsieve: New library. Supports Sieve language as described in
RFC 3028 and provides a mechanism for dynamic loading of
user-defined actions, tests and comparators.
* sieve: Completely rewritten using libsieve.
* sieve.scm: Added vacation extension action.
* mail.local: Allows to apply user-defined sieve filters before delivering
messages.
* mail utility: Added `editheaders' boolean variable. When set, the
user is allowed to edit headers of the message.
Message set specification allows negation of search primitives, e.g.
`from ! subject:/daily/' outputs all messages whose subject
does not contain the word 'daily'.
Reply command correctly adds `In-Reply-To' and `References' headers
to outgoing messages.
When used with a numeric argument '=' command sets the current
message to this number.
New command `setenv' allows to set and examine environment
variables.
The semantics of `crt' variable is made compatible with that of
other implementations.
Fixed several bugs.
* libmu_scm: Added support for Guile 1.7.0
Version 0.1:
The first release.
......