|
| 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?
| [Prev in Thread] | Current Thread | [Next in Thread] |