X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/f1b314518003a0aa88fcc0021b158a26437ccf14..HEAD:/.emacs.d/lisp/bandali-message.el diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index 137e3b3..3ea8643 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -59,7 +59,16 @@ 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" + "bandali@ubuntu\\.com") + "\\|")) ;; (custom-set-faces ;; '(message-header-subject ;; ((t (:foreground "#111" :weight semi-bold))))