Commit db64efbb db64efbbb441ba5814e282f88f5cf8f3e46c94fb by Sergey Poznyakoff

Update

1 parent 0520e121
1 2006-05-23 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * m4/mu_libobj.m4 (MU_REPLACE_FUNCS): Remove erroneous AC_DEFINE
4 * examples/encode2047.c: Allow to change encoding and charset
5 at runtime.
6 * mailbox/filter_trans.c (trans_read): Bugfix. Do not break the
7 loop if there are characters left in the buffer.
8 * mailbox/testsuite/Makefile.am (EXTRA_DIST): Add Encode2047
9 * mailbox/testsuite/RFC2047: Rename to ...
10 * mailbox/testsuite/Decode2047: ... this
11 * mailbox/testsuite/Encode2047: New file
12 * mailbox/testsuite/mailbox/DISTFILES: Update
13 * mailbox/testsuite/mailbox/rfc2047.exp: Rename to ...
14 * mailbox/testsuite/mailbox/decode2047.exp: ... this
15 * mailbox/testsuite/mailbox/encode2047.exp: New test
16
1 2006-05-22 Sergey Poznyakoff <gray@gnu.org.ua> 17 2006-05-22 Sergey Poznyakoff <gray@gnu.org.ua>
2 18
3 * libproto/mbox/mbox.c (mbox_is_updated): Return 1 (not updated) 19 * libproto/mbox/mbox.c (mbox_is_updated): Return 1 (not updated)
......
1 address.exp 1 address.exp
2 argcv.exp 2 argcv.exp
3 base64.exp 3 base64.exp
4 decode2047.exp
5 encode2047.exp
4 list.exp 6 list.exp
5 mailcap.exp 7 mailcap.exp
6 mime.exp 8 mime.exp
7 rfc2047.exp
8 url.exp 9 url.exp
......