From ae9f363a5723faa18513ec10ed68cfbf248b3d77 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 4 Mar 1996 19:59:40 +0000 Subject: [PATCH] (rmail-unix-mail-delimiter): Don't accept newlines in month. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5