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?
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english