changeset 2717:67f34b0bc2d1

(rmail-output): Undo June 11 1992 change: Don't try to use Date field in the From.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 May 1993 23:53:56 +0000
parents acd678e58602
children c91b18333f58
files lisp/mail/rmailout.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailout.el	Sun May 09 23:52:39 1993 +0000
+++ b/lisp/mail/rmailout.el	Sun May 09 23:53:56 1993 +0000
@@ -177,7 +177,7 @@
 					     (mail-fetch-field "really-from")
 					     (mail-fetch-field "sender")
 					     "unknown"))
-		" " (or (mail-fetch-field "date") (current-time-string)) "\n")
+		" " (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.)