summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-message.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2023-02-20 11:10:19 -0500
committerAmin Bandali <bandali@gnu.org>2023-02-20 11:10:19 -0500
commit7598435441b039065b9384cab29f8c3cae308ae8 (patch)
treeecd21bcd9374b25acd88ad0bb87ac5418f0680e9 /.emacs.d/lisp/bandali-message.el
parent702404f7838fd3cc8f73ae00d363099a7fcdbc03 (diff)
downloadconfigs-7598435441b039065b9384cab29f8c3cae308ae8.tar.gz
configs-7598435441b039065b9384cab29f8c3cae308ae8.tar.xz
configs-7598435441b039065b9384cab29f8c3cae308ae8.zip
Update primary Canonical mail and a few other small tweaks
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))))