From 824a98c46d190c69bd5fd416cc7c8f9c448c12f4 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 7 Sep 2009 03:45:06 -0600 Subject: [PATCH] Use envelope date by default if no Date header in message --- imp/lib/Views/ShowMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Views/ShowMessage.php b/imp/lib/Views/ShowMessage.php index bf8c57a99..7316327a6 100644 --- a/imp/lib/Views/ShowMessage.php +++ b/imp/lib/Views/ShowMessage.php @@ -202,7 +202,7 @@ class IMP_Views_ShowMessage if (empty($minidate)) { $minidate = _("Unknown Date"); } - $result['minidate'] = htmlspecialchars($minidate); + $result['localdate'] = $result['minidate'] = htmlspecialchars($minidate); } else { /* Display the user-specified headers for the current identity. */ $user_hdrs = $imp_ui->getUserHeaders(); -- 2.11.0