summaryrefslogtreecommitdiffstats
path: root/sqwebmail/acl.c
diff options
context:
space:
mode:
authorSam Varshavchik2014-01-12 13:26:54 -0500
committerSam Varshavchik2014-01-12 13:26:54 -0500
commit40ed34ef54ac459116e2a37b63955c75a18a9441 (patch)
treeb4239ed6454f45853de0be3c5a8266e310f7f0b1 /sqwebmail/acl.c
parenta307e734a37763fc25778adffc2cd5c0d0390555 (diff)
downloadcourier-libs-40ed34ef54ac459116e2a37b63955c75a18a9441.tar.bz2
Reconfigure against the standalone unicode library.
Diffstat (limited to 'sqwebmail/acl.c')
-rw-r--r--sqwebmail/acl.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sqwebmail/acl.c b/sqwebmail/acl.c
index 46bc9ec..8c89d98 100644
--- a/sqwebmail/acl.c
+++ b/sqwebmail/acl.c
@@ -27,7 +27,6 @@
#include "maildir/maildirmisc.h"
#include "maildir/maildircreate.h"
#include "maildir/maildirwatch.h"
-#include "unicode/unicode.h"
#include "htmllibdir.h"
#if HAVE_UNISTD_H
@@ -57,7 +56,7 @@
#include <utime.h>
#endif
-#include "unicode/unicode.h"
+#include <unicode.h>
#include "strftime.h"
@@ -417,7 +416,7 @@ static void doupdate()
if (entity)
{
char *val=
- libmail_u_convert_toutf8(entity,
+ unicode_convert_toutf8(entity,
sqwebmail_content_charset,
NULL);
@@ -476,7 +475,7 @@ static void doupdate()
static void p_ident_name(const char *identifier)
{
- char *val=libmail_u_convert_fromutf8(identifier,
+ char *val=unicode_convert_fromutf8(identifier,
sqwebmail_content_charset,
NULL);