Commit 40ff5dae 40ff5dae05f4cf96b12f5c33221b6c723de9f09c by Sergey Poznyakoff

Update

1 parent 56e6dcba
...@@ -102,6 +102,16 @@ ...@@ -102,6 +102,16 @@
102 102
103 * mailbox/amd.c: Protect definition of _XOPEN_SOURCE by an extra 103 * mailbox/amd.c: Protect definition of _XOPEN_SOURCE by an extra
104 ifdef. 104 ifdef.
105 * libsieve/extensions/vacation.c (regex_comparator): Fix error
106 diagnostics
107 * mail/mail.h (cursor): Fix declaration
108
109 * mailbox/Makefile.am: Fix INCLUDES and SUBDIRS
110 * mailbox/filter_trans.c (base64_encode): Split into two
111 functions.
112 (B_encode): New function for RFC 2047 encoding
113 * mailbox/rfc2047.c: Minor indentation fix
114 * mh/mhn.c (finish_msg): Make sure part header is preserved.
105 115
106 2006-02-24 Sergey Poznyakoff <gray@gnu.org.ua> 116 2006-02-24 Sergey Poznyakoff <gray@gnu.org.ua>
107 117
......
...@@ -29,6 +29,8 @@ imap4d/signal.c ...@@ -29,6 +29,8 @@ imap4d/signal.c
29 imap4d/util.c 29 imap4d/util.c
30 lib/mailcap.c 30 lib/mailcap.c
31 lib/xmalloc.c 31 lib/xmalloc.c
32 libproto/imap/folder.c
33 libproto/mbox/mbox.c
32 libsieve/actions.c 34 libsieve/actions.c
33 libsieve/comparator.c 35 libsieve/comparator.c
34 libsieve/extensions/list.c 36 libsieve/extensions/list.c
...@@ -79,8 +81,6 @@ mailbox/errors ...@@ -79,8 +81,6 @@ mailbox/errors
79 mailbox/file_stream.c 81 mailbox/file_stream.c
80 mailbox/filter_iconv.c 82 mailbox/filter_iconv.c
81 mailbox/getopt.c 83 mailbox/getopt.c
82 mailbox/imap/folder.c
83 mailbox/mbox/mbox.c
84 mailbox/message.c 84 mailbox/message.c
85 mailbox/mu_argp.c 85 mailbox/mu_argp.c
86 mailbox/mu_auth.c 86 mailbox/mu_auth.c
......