(rmail-output): Undo June 11 1992 change:
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 23:53:56 +0000 (23:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 23:53:56 +0000 (23:53 +0000)
Don't try to use Date field in the From.

lisp/mail/rmailout.el

index ad368a5..5bd3808 100644 (file)
@@ -177,7 +177,7 @@ When called from lisp code, N may be omitted."
                                             (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.)