From df1f3a328fce356af6a33b1a864cbd103bf614aa Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Mar 1995 17:37:58 +0000 Subject: [PATCH] (rmail-unix-mail-delimiter): Accept <...> around address in Unix `From ' line. --- lisp/mail/rmail.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5