Commit 40ff5dae 40ff5dae05f4cf96b12f5c33221b6c723de9f09c by Sergey Poznyakoff

Update

1 parent 56e6dcba
......@@ -101,7 +101,17 @@
* po/POTFILES.in: Update
* mailbox/amd.c: Protect definition of _XOPEN_SOURCE by an extra
ifdef.
ifdef.
* libsieve/extensions/vacation.c (regex_comparator): Fix error
diagnostics
* mail/mail.h (cursor): Fix declaration
* mailbox/Makefile.am: Fix INCLUDES and SUBDIRS
* mailbox/filter_trans.c (base64_encode): Split into two
functions.
(B_encode): New function for RFC 2047 encoding
* mailbox/rfc2047.c: Minor indentation fix
* mh/mhn.c (finish_msg): Make sure part header is preserved.
2006-02-24 Sergey Poznyakoff <gray@gnu.org.ua>
......
......@@ -29,6 +29,8 @@ imap4d/signal.c
imap4d/util.c
lib/mailcap.c
lib/xmalloc.c
libproto/imap/folder.c
libproto/mbox/mbox.c
libsieve/actions.c
libsieve/comparator.c
libsieve/extensions/list.c
......@@ -79,8 +81,6 @@ mailbox/errors
mailbox/file_stream.c
mailbox/filter_iconv.c
mailbox/getopt.c
mailbox/imap/folder.c
mailbox/mbox/mbox.c
mailbox/message.c
mailbox/mu_argp.c
mailbox/mu_auth.c
......