(rmail-unix-mail-delimiter): Don't accept newlines in month.
This commit is contained in:
parent
6b8177cd7c
commit
ae9f363a57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue