From: tokul Date: Mon, 7 Nov 2005 19:33:56 +0000 (+0000) Subject: display sender's name and email X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=434fb973af83a47902da94e11db52a63035434a5;p=squirrelmail.git display sender's name and email git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10283 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index 44d73afc..a407e3e7 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -237,7 +237,7 @@ function pf_show_attachments($message, $exclude_id, $mailbox, $id) { } $from_o = $rfc822_header->from; if (is_object($from_o)) { - $from_name = decodeHeader($from_o->getAddress(false)); + $from_name = decodeHeader($from_o->getAddress(true)); } else { $from_name = _("Unknown sender"); }