summaryrefslogtreecommitdiffstats
path: root/sqwebmail/pref.c
diff options
context:
space:
mode:
Diffstat (limited to 'sqwebmail/pref.c')
-rw-r--r--sqwebmail/pref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqwebmail/pref.c b/sqwebmail/pref.c
index 39b8610..ca5d74d 100644
--- a/sqwebmail/pref.c
+++ b/sqwebmail/pref.c
@@ -355,7 +355,7 @@ void pref_setprefs()
if ((fp=fopen(SIGNATURE, "w")) != NULL)
{
char *sig_utf8=
- libmail_u_convert_toutf8(cgi("signature"),
+ unicode_convert_toutf8(cgi("signature"),
sqwebmail_content_charset,
NULL);
@@ -557,7 +557,7 @@ char *pref_getfile(FILE *fp)
utf8_buf[st.st_size]=0;
fclose(fp);
- sig_buf=libmail_u_convert_fromutf8(utf8_buf,
+ sig_buf=unicode_convert_fromutf8(utf8_buf,
sqwebmail_content_charset,
NULL);
free(utf8_buf);