diff options
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |