config_default should also use SM_PATH (especially for those people editing
[squirrelmail.git] / src / read_body.php
index facd93542b5658fb34167632293e05badaf44413..47bd027bb2f0e180e3fe5a6a5be755efcc1cc85f 100644 (file)
@@ -202,8 +202,8 @@ function SendMDN ( $mailbox, $passed_id, $sender, $message, $imapConnection) {
     $now = getLongDateString( time() );
     set_my_charset();
     $body = _("Your message") . "\r\n\r\n" .
-            "\t" . _("To:") . ' ' . decodeHeader($to,true,false) . "\r\n" .
-            "\t" . _("Subject:") . ' ' . decodeHeader($header->subject,true,false) . "\r\n" .
+            "\t" . _("To:") . ' ' . decodeHeader($to,false,false) . "\r\n" .
+            "\t" . _("Subject:") . ' ' . decodeHeader($header->subject,false,false) . "\r\n" .
             "\t" . _("Sent:") . ' ' . $senton . "\r\n" .
             "\r\n" .
             sprintf( _("Was displayed on %s"), $now );