aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-17 17:37:58 +0000
committerRichard M. Stallman1995-03-17 17:37:58 +0000
commitdf1f3a328fce356af6a33b1a864cbd103bf614aa (patch)
treeeb2954bce672908f8b179838f39fdefa85f1e47b
parentd32625c0fe6699d612cda79b33cd7022f037ff5c (diff)
downloademacs-df1f3a328fce356af6a33b1a864cbd103bf614aa.tar.gz
emacs-df1f3a328fce356af6a33b1a864cbd103bf614aa.zip
(rmail-unix-mail-delimiter): Accept <...> around address
in Unix `From ' line.
-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.")
187 "\\(" 187 "\\("
188 "[^ \n]*" 188 "[^ \n]*"
189 "\\(\\|\".*\"[^ \n]*\\)" 189 "\\(\\|\".*\"[^ \n]*\\)"
190 "\\|<[^<>\n]+>"
190 "\\) ?" 191 "\\) ?"
191 192
192 ;; The time the message was sent. 193 ;; The time the message was sent.