diff options
Diffstat (limited to 'rfc822')
| -rw-r--r-- | rfc822/ChangeLog | 6 | ||||
| -rw-r--r-- | rfc822/Makefile.am | 4 | ||||
| -rw-r--r-- | rfc822/encodeautodetect.c | 2 | ||||
| -rw-r--r-- | rfc822/rfc2047.c | 2 | ||||
| -rw-r--r-- | rfc822/rfc2047u.c | 2 |
5 files changed, 10 insertions, 6 deletions
diff --git a/rfc822/ChangeLog b/rfc822/ChangeLog index 6dc142a..0145335 100644 --- a/rfc822/ChangeLog +++ b/rfc822/ChangeLog @@ -1,3 +1,7 @@ +2015-02-28 Sam Varshavchik <mrsam@courier-mta.com> + + * Update to courier-unicode 1.2. + 2013-02-20 Sam Varshavchik <mrsam@courier-mta.com> * rfc2047.c, rfc2047u.c: workaround for invalid utf-8 input making @@ -173,7 +177,7 @@ (rfc2047_encode_callback): New argument: qp_allow - function that indicates acceptable characters in QP-encoded words. (rfc2047_encode_str): Ditto. - (rfc2047_qp_allow_any, rfc2047_qp_allow_comment) + (rfc2047_qp_allow_any, rfc2047_qp_allow_comment) (rfc2047_qp_allow_word): Possible arguments to qp_allow for various situations. diff --git a/rfc822/Makefile.am b/rfc822/Makefile.am index ec41e4c..931c3c9 100644 --- a/rfc822/Makefile.am +++ b/rfc822/Makefile.am @@ -24,12 +24,12 @@ noinst_DATA=$(BUILT_SOURCES) noinst_PROGRAMS=testsuite reftest testsuite_SOURCES=testsuite.c testsuite_DEPENDENCIES=librfc822.la -testsuite_LDADD=librfc822.la -lunicode +testsuite_LDADD=librfc822.la -lcourier-unicode testsuite_LDFLAGS=-static reftest_SOURCES=reftest.c imaprefs.h reftest_DEPENDENCIES=librfc822.la -reftest_LDADD=librfc822.la -lunicode +reftest_LDADD=librfc822.la -lcourier-unicode reftest_LDFLAGS=-static EXTRA_DIST=testsuite.txt reftest.txt $(BUILT_SOURCES) diff --git a/rfc822/encodeautodetect.c b/rfc822/encodeautodetect.c index 194c91b..86cffaa 100644 --- a/rfc822/encodeautodetect.c +++ b/rfc822/encodeautodetect.c @@ -8,7 +8,7 @@ #include "encode.h" #include <string.h> #include <stdlib.h> -#include <unicode.h> +#include <courier-unicode.h> static const char *libmail_encode_autodetect(int use7bit, int (*func)(void *), void *arg, diff --git a/rfc822/rfc2047.c b/rfc822/rfc2047.c index 872c557..2c18c50 100644 --- a/rfc822/rfc2047.c +++ b/rfc822/rfc2047.c @@ -9,7 +9,7 @@ #include <string.h> #include <stdlib.h> #include <errno.h> -#include <unicode.h> +#include <courier-unicode.h> #include "rfc822hdr.h" #include "rfc2047.h" diff --git a/rfc822/rfc2047u.c b/rfc822/rfc2047u.c index dc2244e..9966faf 100644 --- a/rfc822/rfc2047u.c +++ b/rfc822/rfc2047u.c @@ -9,7 +9,7 @@ #include <string.h> #include <stdlib.h> #include <errno.h> -#include <unicode.h> +#include <courier-unicode.h> #include "rfc822hdr.h" #include "rfc2047.h" |
