diff lisp/utils/mail-utils.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 8b8b7f3559a2
children 9f59509498e1
line wrap: on
line diff
--- a/lisp/utils/mail-utils.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/utils/mail-utils.el	Mon Aug 13 09:02:59 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)