diff lisp/mail/rmail.el @ 14747:539265eb3e0f

(rmail-unix-mail-delimiter): Don't accept newlines in month.
author Richard M. Stallman <rms@gnu.org>
date Mon, 04 Mar 1996 19:59:40 +0000
parents 20f4c4a078b2
children 4fa605bc770a
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Mon Mar 04 18:00:34 1996 +0000
+++ b/lisp/mail/rmail.el	Mon Mar 04 19:59:40 1996 +0000
@@ -224,7 +224,7 @@
 
      ;; The time the message was sent.
      "\\([^ \n]*\\) *"			; day of the week
-     "\\([^ ]*\\) *"			; month
+     "\\([^ \n]*\\) *"			; month
      "\\([0-9]*\\) *"			; day of month
      "\\([0-9:]*\\) *"			; time of day