(rmail-dont-reply-to): Allow parsing lists of addresses with comment fields.
This commit is contained in:
parent
c0932fbc8b
commit
3efb840dd4
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ Usenet paths ending in an element that matches are removed also."
|
|||
(while (setq pos (string-match match userids))
|
||||
(if (> pos 0) (setq pos (match-beginning 2)))
|
||||
(setq epos
|
||||
(if (string-match "[ \t\n,]+" userids (match-end 0))
|
||||
;; Delete thru the next comma, plus whitespace after.
|
||||
(if (string-match ",[ \t\n]+" userids (match-end 0))
|
||||
(match-end 0)
|
||||
(length userids)))
|
||||
(setq userids
|
||||
|
|
Loading…
Add table
Reference in a new issue