comparison 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
comparison
equal deleted inserted replaced
14746:8d0998194290 14747:539265eb3e0f
222 "\\|<[^<>\n]+>" 222 "\\|<[^<>\n]+>"
223 "\\) ?" 223 "\\) ?"
224 224
225 ;; The time the message was sent. 225 ;; The time the message was sent.
226 "\\([^ \n]*\\) *" ; day of the week 226 "\\([^ \n]*\\) *" ; day of the week
227 "\\([^ ]*\\) *" ; month 227 "\\([^ \n]*\\) *" ; month
228 "\\([0-9]*\\) *" ; day of month 228 "\\([0-9]*\\) *" ; day of month
229 "\\([0-9:]*\\) *" ; time of day 229 "\\([0-9:]*\\) *" ; time of day
230 230
231 ;; Perhaps a time zone, specified by an abbreviation, or by a 231 ;; Perhaps a time zone, specified by an abbreviation, or by a
232 ;; numeric offset. 232 ;; numeric offset.