]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-dont-reply-to): Allow parsing lists of addresses with comment fields.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Feb 1996 10:15:08 +0000 (10:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Feb 1996 10:15:08 +0000 (10:15 +0000)
lisp/mail/mail-utils.el

index c091d72fac97c006930428ddd1ab534e9f4c3733..6feea415765dc9005dc4b7403c688f3b8651f190 100644 (file)
@@ -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