aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-09 23:53:56 +0000
committerRichard M. Stallman1993-05-09 23:53:56 +0000
commit4bf5153268486668a8585e7fa9c2f86a4679ae94 (patch)
tree70336e8f3152367bc043052d4f5e4134aed9449f
parent527da10641bfa858aecb21dbab6ae7b727e08811 (diff)
downloademacs-4bf5153268486668a8585e7fa9c2f86a4679ae94.tar.gz
emacs-4bf5153268486668a8585e7fa9c2f86a4679ae94.zip
(rmail-output): Undo June 11 1992 change:
Don't try to use Date field in the From.
-rw-r--r--lisp/mail/rmailout.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el
index ad368a532b5..5bd3808fa46 100644
--- a/lisp/mail/rmailout.el
+++ b/lisp/mail/rmailout.el
@@ -177,7 +177,7 @@ When called from lisp code, N may be omitted."
177 (mail-fetch-field "really-from") 177 (mail-fetch-field "really-from")
178 (mail-fetch-field "sender") 178 (mail-fetch-field "sender")
179 "unknown")) 179 "unknown"))
180 " " (or (mail-fetch-field "date") (current-time-string)) "\n") 180 " " (current-time-string) "\n")
181 ;; ``Quote'' "\nFrom " as "\n>From " 181 ;; ``Quote'' "\nFrom " as "\n>From "
182 ;; (note that this isn't really quoting, as there is no requirement 182 ;; (note that this isn't really quoting, as there is no requirement
183 ;; that "\n[>]+From " be quoted in the same transparent way.) 183 ;; that "\n[>]+From " be quoted in the same transparent way.)