mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(rmail-dont-reply-to): Recognize the names to delete
when they appear within <...>.
This commit is contained in:
parent
5212210c8f
commit
ff4599fdb5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user