(rmail-dont-reply-to): Recognize the names to delete
when they appear within <...>.
This commit is contained in:
@@ -144,9 +144,11 @@ Usenet paths ending in an element that matches are removed also."
|
||||
"\\>"))))
|
||||
(let ((match (concat "\\(^\\|,\\)[ \t\n]*\\([^,\n]*!\\|\\)\\("
|
||||
rmail-dont-reply-to-names
|
||||
"\\|[^\,.<]*<\\(" rmail-dont-reply-to-names "\\)"
|
||||
"\\)"))
|
||||
(case-fold-search t)
|
||||
pos epos)
|
||||
(setq foo match)
|
||||
(while (setq pos (string-match match userids))
|
||||
(if (> pos 0) (setq pos (match-beginning 2)))
|
||||
(setq epos
|
||||
|
||||
Reference in New Issue
Block a user