Mercurial > emacs
changeset 16062:2a9b6a25cb9e
(rmail-dont-reply-to): Recognize the names to delete
when they appear within <...>.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Sep 1996 00:19:02 +0000 |
parents | a1290c4159b5 |
children | b4427bbd451e |
files | lisp/mail/mail-utils.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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