comparison lisp/mail/rmail.el @ 11049:bea4edc27f01

(rmail-unix-mail-delimiter): Accept <...> around address in Unix `From ' line.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Mar 1995 17:37:58 +0000
parents d7f0852f800f
children a24224fc5a92
comparison
equal deleted inserted replaced
11048:3f19a379eb99 11049:bea4edc27f01
185 185
186 ;; Username, perhaps with a quoted section that can contain spaces. 186 ;; Username, perhaps with a quoted section that can contain spaces.
187 "\\(" 187 "\\("
188 "[^ \n]*" 188 "[^ \n]*"
189 "\\(\\|\".*\"[^ \n]*\\)" 189 "\\(\\|\".*\"[^ \n]*\\)"
190 "\\|<[^<>\n]+>"
190 "\\) ?" 191 "\\) ?"
191 192
192 ;; The time the message was sent. 193 ;; The time the message was sent.
193 "\\([^ \n]*\\) *" ; day of the week 194 "\\([^ \n]*\\) *" ; day of the week
194 "\\([^ ]*\\) *" ; month 195 "\\([^ ]*\\) *" ; month