changeset 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 3f19a379eb99
children 564cd5b7f42f
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Fri Mar 17 07:41:02 1995 +0000
+++ b/lisp/mail/rmail.el	Fri Mar 17 17:37:58 1995 +0000
@@ -187,6 +187,7 @@
      "\\("
      "[^ \n]*"
      "\\(\\|\".*\"[^ \n]*\\)"
+     "\\|<[^<>\n]+>"
      "\\)  ?"
 
      ;; The time the message was sent.