]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-unix-mail-delimiter): Don't accept newlines in month.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Mar 1996 19:59:40 +0000 (19:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Mar 1996 19:59:40 +0000 (19:59 +0000)
lisp/mail/rmail.el

index db549fa55ce1919d714bcb9b31728a85c0397617..1758f2dbd49e63360f9f4344a5a6e90d0c2d3fbe 100644 (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