X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fread_body.php;h=47bd027bb2f0e180e3fe5a6a5be755efcc1cc85f;hb=884eba1e4912ab6c67039c2ed98512f446cbc2dc;hp=facd93542b5658fb34167632293e05badaf44413;hpb=a20855e4bfc59e1e359c2bb15824d1fca137af0e;p=squirrelmail.git diff --git a/src/read_body.php b/src/read_body.php index facd9354..47bd027b 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -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 );