]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-unix-mail-delimiter): Accept <...> around address
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Mar 1995 17:37:58 +0000 (17:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Mar 1995 17:37:58 +0000 (17:37 +0000)
in Unix `From ' line.

lisp/mail/rmail.el

index bc9f60ea540969731bb9a429459a68e95b2175d8..4ec63c41d87a4d3772465f7b80d947a122a1ffc0 100644 (file)
@@ -187,6 +187,7 @@ Called with region narrowed to the message, including headers.")
      "\\("
      "[^ \n]*"
      "\\(\\|\".*\"[^ \n]*\\)"
+     "\\|<[^<>\n]+>"
      "\\)  ?"
 
      ;; The time the message was sent.