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

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

message-alternative-emails


From: Yuri D'Elia
Subject: message-alternative-emails
Date: Wed, 22 Dec 2010 18:42:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

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?




reply via email to

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