# HG changeset patch # User Richard M. Stallman # Date 841623542 0 # Node ID 2a9b6a25cb9e57eccf587ec5c029a197caaa54a6 # Parent a1290c4159b522d72de9c3f3a090ef227f4da632 (rmail-dont-reply-to): Recognize the names to delete when they appear within <...>. diff -r a1290c4159b5 -r 2a9b6a25cb9e lisp/mail/mail-utils.el --- a/lisp/mail/mail-utils.el Mon Sep 02 00:05:56 1996 +0000 +++ b/lisp/mail/mail-utils.el Mon Sep 02 00:19:02 1996 +0000 @@ -144,9 +144,11 @@ "\\>")))) (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