Use envelope date by default if no Date header in message
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Sep 2009 09:45:06 +0000 (03:45 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Sep 2009 09:47:01 +0000 (03:47 -0600)
imp/lib/Views/ShowMessage.php

index bf8c57a..7316327 100644 (file)
@@ -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();