(rmail-unix-mail-delimiter): Don't accept newlines in month.

This commit is contained in:
Richard M. Stallman 1996-03-04 19:59:40 +00:00
parent 6b8177cd7c
commit ae9f363a57

View file

@ -224,7 +224,7 @@ Called with region narrowed to the message, including headers.")
;; The time the message was sent.
"\\([^ \n]*\\) *" ; day of the week
"\\([^ ]*\\) *" ; month
"\\([^ \n]*\\) *" ; month
"\\([0-9]*\\) *" ; day of month
"\\([0-9:]*\\) *" ; time of day