summaryrefslogtreecommitdiffstats
path: root/rfc822
diff options
context:
space:
mode:
authorSam Varshavchik2015-02-28 08:16:17 -0500
committerSam Varshavchik2015-02-28 08:16:17 -0500
commit3c35c22f36316dd84533a5d22f04f8b8f90b23a3 (patch)
tree343b49da61cd534d7cf710b628c173a1de570d5b /rfc822
parent4faba6d0e3cc5cdd276eb6719824305657a60897 (diff)
downloadcourier-libs-3c35c22f36316dd84533a5d22f04f8b8f90b23a3.tar.bz2
Update to courier-unicode 1.2
Diffstat (limited to 'rfc822')
-rw-r--r--rfc822/ChangeLog6
-rw-r--r--rfc822/Makefile.am4
-rw-r--r--rfc822/encodeautodetect.c2
-rw-r--r--rfc822/rfc2047.c2
-rw-r--r--rfc822/rfc2047u.c2
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"