Commit 66e9500a 66e9500a4a013c1f00ad7c50603cf0b0a6264a8d by Sergey Poznyakoff

Updated

1 parent de725c94
Showing 1 changed file with 14 additions and 0 deletions
...@@ -2,6 +2,20 @@ ...@@ -2,6 +2,20 @@
2 2
3 * doc/texinfo/Makefile.am: Added fdl.texi 3 * doc/texinfo/Makefile.am: Added fdl.texi
4 4
5 * include/mailutils/stream.h: New flag MU_STREAM_ALLOW_LINKS:
6 allow links on a file. Needed for MH.
7 * mailbox/file_stream.c: Handle MU_STREAM_ALLOW_LINKS.
8 * mailbox/mbx_mh.c: Create message stream with
9 MU_STREAM_ALLOW_LINKS bit set.
10
11 * libsieve/actions.c: Use X-Loop-Prevention header instead
12 of X-Sender.
13
14 * mail/followup.c: Bugfix: do not translate header names
15 * mail/from.c: Bugfix: date field has always fixed length.
16 * mailbox/argp-help.c: include mailutils/nls.h. Otherwise
17 i18n is disabled.
18
5 2002-12-28 Wojciech Polak <polak@gnu.org> 19 2002-12-28 Wojciech Polak <polak@gnu.org>
6 20
7 * doc/texinfo/mailutils.texi: Fixed copyright (FDL). 21 * doc/texinfo/mailutils.texi: Fixed copyright (FDL).
......