]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-dont-reply-to): Recognize the names to delete
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 00:19:02 +0000 (00:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 00:19:02 +0000 (00:19 +0000)
when they appear within <...>.

lisp/mail/mail-utils.el

index d0c569b0471489791b35d263fef1f68da29ecc2c..ebf2f6177898c37150cf2fc2eb1eea35ade5e63f 100644 (file)
@@ -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