diff lisp/utils/mail-utils.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents 131b0175ea99
children 850242ba4a81
line wrap: on
line diff
--- a/lisp/utils/mail-utils.el	Mon Aug 13 09:21:56 2007 +0200
+++ b/lisp/utils/mail-utils.el	Mon Aug 13 09:23:06 2007 +0200
@@ -144,7 +144,7 @@
 		        "")
 		    (concat (regexp-quote (user-login-name))
 			    "\\>"))))
-  (let ((match (concat "\\(^\\|,\\)[ \t\n]*\\([^,\n]*!\\|\\)\\("
+  (let ((match (concat "\\(^\\|,\\)[ \t\n]*\\([^,\n]*[!<]\\|\\)\\("
 		       rmail-dont-reply-to-names
 		       "\\)"))
 	(case-fold-search t)