From: Amin Bandali Date: Fri, 20 May 2022 02:18:42 +0000 (-0400) Subject: * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add @kelar.org... X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/18fed9bb660805e445c9abe0d288da5642c03098 * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add @kelar.org address. --- diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index 384326f..6a3d2b9 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -60,7 +60,7 @@ message-subscribed-address-functions '(gnus-find-subscribed-addresses) message-dont-reply-to-names - "\\(\\(amin@shemshak\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\|amin\\.bandali@savoirfairelinux\\.com\\)") + "\\(\\(bandali@kelar\\.org\\)\\|\\(amin@shemshak\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\|amin\\.bandali@savoirfairelinux\\.com\\)") ;; (custom-set-faces ;; '(message-header-subject ;; ((t (:foreground "#111" :weight semi-bold))))