From 6c6af91d8ab44675b318556ecd09b99d7f042cbf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 11 Jun 1992 20:40:37 +0000 Subject: *** empty log message *** --- lisp/mail/rmailout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 5606eccbe87..00dca6186a8 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -165,7 +165,7 @@ starting with the current one. Deleted messages are skipped and don't count." (mail-fetch-field "really-from") (mail-fetch-field "sender") "unknown")) - " " (current-time-string) "\n") + " " (or (mail-fetch-field "date") (current-time-string)) "\n") ;; ``Quote'' "\nFrom " as "\n>From " ;; (note that this isn't really quoting, as there is no requirement ;; that "\n[>]+From " be quoted in the same transparent way.) -- cgit v1.2.1