diff options
author | alecpl <alec@alec.pl> | 2010-11-18 10:34:10 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-11-18 10:34:10 +0000 |
commit | 0f9d8ca40de826733f0507b9706d18dd1e8719f4 (patch) | |
tree | 05908f4e9194196867ea2d448cc244dd0540f6d9 /program/steps/mail/sendmail.inc | |
parent | effdb3c01d999adb3a70bac606153c8d550ce969 (diff) |
- Don't set attachment's charset in Content-type header (#1487122)
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index c8ceb8f80..81e5a214e 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -503,7 +503,7 @@ if (is_array($_SESSION['compose']['attachments'])) ($attachment['data'] ? false : true), ($ctype == 'message/rfc822' ? '8bit' : 'base64'), ($ctype == 'message/rfc822' ? 'inline' : 'attachment'), - $message_charset, '', '', + '', '', '', $CONFIG['mime_param_folding'] ? 'quoted-printable' : NULL, $CONFIG['mime_param_folding'] == 2 ? 'quoted-printable' : NULL ); |