diff options
Diffstat (limited to 'sqwebmail/maildir.h')
| -rw-r--r-- | sqwebmail/maildir.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sqwebmail/maildir.h b/sqwebmail/maildir.h index 7628d1f..1c4be46 100644 --- a/sqwebmail/maildir.h +++ b/sqwebmail/maildir.h @@ -99,11 +99,11 @@ extern unsigned maildir_countof(const char *); extern void maildir_savefoldermsgs(const char *); /* -** Convert folder names to modified-UTF7. +** Convert folder names to modified-UTF8. */ -extern char *folder_toutf7(const char *); -extern char *folder_fromutf7(const char *); +extern char *folder_toutf8(const char *); +extern char *folder_fromutf8(const char *); /* ** Cache kept in the Maildir directory of the sorted contents of the cur |
