Mercurial > emacs
changeset 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 | 8d0998194290 |
children | 836ae8d0998d |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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