diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-22 16:20:34 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-22 16:20:34 +0000 |
| commit | f99ab196a4197253f598652dfc5877bf84ccb90b (patch) | |
| tree | 1c92717b743b611fd8ce1cf7e04c581cd351bbd4 /roundcubemail/program/steps/mail/sendmail.inc | |
| parent | 9acb4569bc7047b715f422a1301dc6a570416555 (diff) | |
- use RCMAIL_CHARSET instead of hardcoded 'utf-8'
git-svn-id: https://svn.roundcube.net/trunk@2672 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/sendmail.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/sendmail.inc b/roundcubemail/program/steps/mail/sendmail.inc index 72f072a49..d550a422d 100644 --- a/roundcubemail/program/steps/mail/sendmail.inc +++ b/roundcubemail/program/steps/mail/sendmail.inc @@ -311,7 +311,7 @@ if (!$savedraft) { // generic footer for all messages if (!empty($CONFIG['generic_message_footer'])) { $footer = file_get_contents(realpath($CONFIG['generic_message_footer'])); - $footer = rcube_charset_convert($footer, 'UTF-8', $message_charset); + $footer = rcube_charset_convert($footer, RCMAIL_CHARSET, $message_charset); } } |
