diff options
author | alecpl <alec@alec.pl> | 2009-06-22 16:20:34 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-06-22 16:20:34 +0000 |
commit | ecb9fb058da8d0f5a8e59402c1c1ced21122cbc5 (patch) | |
tree | 9a8a3fb2aa33ffdae6616b73cbecc34cd9a19dbc /program/include/rcube_imap.php | |
parent | 11b80e9e33e84c90852a46a5be6d5ff414b37661 (diff) |
- use RCMAIL_CHARSET instead of hardcoded 'utf-8'
Diffstat (limited to 'program/include/rcube_imap.php')
-rw-r--r-- | program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 7905894e1..28156a12d 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -2690,7 +2690,7 @@ class rcube_imap /** - * Convert body charset to UTF-8 according to the ctype_parameters + * Convert body charset to RCMAIL_CHARSET according to the ctype_parameters * * @param string Part body to decode * @param string Charset to convert from |