Commit 1399e786 1399e7869fa836e407cbc28751ac68e14025eba0 by Sergey Poznyakoff

Update

1 parent 9f0c7e6f
Showing 1 changed file with 26 additions and 0 deletions
1 2006-02-06 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * NEWS: Raise version number to 0.6.93
4 * include/mailutils/libsieve.h (mu_sieve_machine_dup)
5 (mu_sieve_machine_inherit_report): New functions
6 * include/mailutils/message.h (mu_stream_to_message): New
7 function.
8 * include/mailutils/mutil.h (mu_mh_delim): New function
9 * libsieve/actions.c: Minor stylistic changes
10 * libsieve/require.c: Likewise
11 * libsieve/sieve.h: Likewise
12 * libsieve/sieve.y (mu_sieve_machine_inherit_report)
13 (mu_sieve_machine_dup): New functions
14 * libsieve/util.c: Minor stylistic changes
15 * libsieve/extensions/moderator.c: New file. Automatic moderator
16 for Mailman-driven mailing lists.
17 * libsieve/extensions/Makefile.am: Add moderator module
18
19 * mailbox/message_stream.c: New file. Derived from mh/mh_stream.c
20 * mailbox/Makefile.am: Add message_stream.c
21 * mailbox/mutil.c (mu_mh_delim): New function
22 * mh/mh_stream.c: Rewritten using mu_stream_to_message. Actually,
23 the source can be removed now and the function moved elsewhere,
24 e.g. to mh_init...
25 * sieve/sieve.c (main): Register all mailbox/mailer formats.
26
1 2006-01-27 Sergey Poznyakoff <gray@gnu.org.ua> 27 2006-01-27 Sergey Poznyakoff <gray@gnu.org.ua>
2 28
3 * mh/comp.c: Fix semantics of -build/-draftmessage/-[no]draftfolder 29 * mh/comp.c: Fix semantics of -build/-draftmessage/-[no]draftfolder
......