Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Michael Sperber <sperber@deinprogramm.de>
Cc: ding@gnus.org
Subject: Re: PATCH: Bind `rmail-dont-reply-to-names'
Date: Mon, 19 Oct 2015 18:29:21 +0200	[thread overview]
Message-ID: <87k2qivn32.fsf@igel.home> (raw)
In-Reply-To: <y9l37x8rwmx.fsf@deinprogramm.de> (Michael Sperber's message of "Sun, 18 Oct 2015 18:04:22 +0200")

Michael Sperber <sperber@deinprogramm.de> writes:

> diff --git a/lisp/message.el b/lisp/message.el
> index 12e4e49..7d0534c 100644
> --- a/lisp/message.el
> +++ b/lisp/message.el
> @@ -6974,7 +6974,8 @@ want to get rid of this query permanently.")))
>        (while (string-match "[ \t][ \t]+" recipients)
>  	(setq recipients (replace-match " " t t recipients)))
>        ;; Remove addresses that match `mail-dont-reply-to-names'.
> -      (let ((mail-dont-reply-to-names (message-dont-reply-to-names)))
> +      (let ((mail-dont-reply-to-names (message-dont-reply-to-names))
> +	    (rmail-dont-reply-to-names (message-dont-reply-to-names)))

Perhaps avoid calling message-dont-reply-to-names more than once?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



  reply	other threads:[~2015-10-19 16:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-18 16:04 Michael Sperber
2015-10-19 16:29 ` Andreas Schwab [this message]
2015-10-20  6:04   ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k2qivn32.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=ding@gnus.org \
    --cc=sperber@deinprogramm.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).