X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fcompose.php;h=46136dbbe21c942b9c90dfd442c6b346d4c4abb9;hp=2cfa3dd94441bcb09abd715038d36d59e6b9e9e6;hb=0ad0a7a354be96492e7da086bce3f75d3cffc583;hpb=78be840383fbd97ce39fcf1a87eb8b62183c407f diff --git a/src/compose.php b/src/compose.php index 2cfa3dd9..46136dbb 100644 --- a/src/compose.php +++ b/src/compose.php @@ -644,7 +644,7 @@ function newMail ($mailbox='', $passed_id='', $passed_ent_id='', $action='', $se } if ( $actual && is_conversion_safe($actual) && $actual != $default_charset){ - $bodypart = charset_convert($actual,$bodypart,$default_charset); + $bodypart = charset_convert($actual,$bodypart,$default_charset,false); } $body .= $bodypart;