From 434fb973af83a47902da94e11db52a63035434a5 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 7 Nov 2005 19:33:56 +0000 Subject: [PATCH] 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 --- src/printer_friendly_bottom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.25.1