From: Richard M. Stallman Date: Fri, 17 Mar 1995 17:37:58 +0000 (+0000) Subject: (rmail-unix-mail-delimiter): Accept <...> around address X-Git-Tag: emacs-19.34~4809 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df1f3a328fce356af6a33b1a864cbd103bf614aa;p=emacs.git (rmail-unix-mail-delimiter): Accept <...> around address in Unix `From ' line. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index bc9f60ea540..4ec63c41d87 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -187,6 +187,7 @@ Called with region narrowed to the message, including headers.") "\\(" "[^ \n]*" "\\(\\|\".*\"[^ \n]*\\)" + "\\|<[^<>\n]+>" "\\) ?" ;; The time the message was sent.