From: Michael M Slusarz Date: Mon, 7 Sep 2009 09:45:06 +0000 (-0600) Subject: Use envelope date by default if no Date header in message X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=824a98c46d190c69bd5fd416cc7c8f9c448c12f4;p=horde.git Use envelope date by default if no Date header in message --- 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();