Yuri D'Elia <[email protected]> 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.)
  [email protected] * Lars Magne Ingebrigtsen
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to