mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(rmail-dont-reply-to): Recognize the names to delete
when they appear within <...>.
This commit is contained in:
parent
5212210c8f
commit
ff4599fdb5
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue