info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: message-alternative-emails


From: Lars Magne Ingebrigtsen
Subject: Re: message-alternative-emails
Date: Sun, 02 Jan 2011 08:37:17 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Yuri D'Elia <wavexx@users.sf.net> writes:

> In my .gnus file I have the following:
>
> (setq message-alternative-emails
>   (concat
>     "\\(email\\)\\|" ...
>     "\\(email\\)\\|" ... ))
>
> (setq message-dont-reply-to-names
>   (concat
>     "\\(" (regexp-quote user-mail-address) "\\)\\|"
>     message-alternative-emails))
>
> (setq gnus-ignored-from-addresses message-dont-reply-to-names)
>
> It sounds like there should be a way to avoid all that repetition. Why
> aren't these variables derived from each-other automatically by default?

The last variable is derived from `user-mail-address'.  The first second
wouldn't make sense to derive from the first, I think.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]