From: Richard M. Stallman Date: Mon, 4 Mar 1996 19:59:40 +0000 (+0000) Subject: (rmail-unix-mail-delimiter): Don't accept newlines in month. X-Git-Tag: emacs-19.34~1113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae9f363a5723faa18513ec10ed68cfbf248b3d77;p=emacs.git (rmail-unix-mail-delimiter): Don't accept newlines in month. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index db549fa55ce..1758f2dbd49 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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