summaryrefslogtreecommitdiff
path: root/lisp/mail/rmail.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-03-17 17:37:58 +0000
committerRichard M. Stallman <rms@gnu.org>1995-03-17 17:37:58 +0000
commit8e6220f2caaa28476cb4ad46e4d00c9ddc244682 (patch)
tree457bfa0e77517bedb30159aaf24ecf62ff3e7785 /lisp/mail/rmail.el
parent7b83b41a3dface0e322be2e91fe2e54e0d64bdd8 (diff)
downloademacs-8e6220f2caaa28476cb4ad46e4d00c9ddc244682.tar.gz
(rmail-unix-mail-delimiter): Accept <...> around address
in Unix `From ' line.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 1 insertions, 0 deletions
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.