summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-message.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/bandali-message.el')
-rw-r--r--.emacs.d/lisp/bandali-message.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el
index 137e3b3..8e13d73 100644
--- a/.emacs.d/lisp/bandali-message.el
+++ b/.emacs.d/lisp/bandali-message.el
@@ -59,7 +59,15 @@
message-subscribed-address-functions
'(gnus-find-subscribed-addresses)
message-dont-reply-to-names
- "\\(\\(bandali@kelar\\.org\\)\\|\\(amin@shemshak\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\|amin\\.bandali@\\(canonical\\|savoirfairelinux\\)\\.com\\)")
+ (mapconcat
+ #'identity
+ '("\\(bandali\\|mab\\|aminb?\\)@gnu\\.org"
+ "bandali@kelar\\.org"
+ "amin@shemshak\\.org"
+ "a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca"
+ "amin\\.bandali@savoirfairelinux\\.com"
+ "\\(amin\\.\\)?bandali@canonical\\.com")
+ "\\|"))
;; (custom-set-faces
;; '(message-header-subject
;; ((t (:foreground "#111" :weight semi-bold))))