diff options
author | Amin Bandali <bandali@kelar.org> | 2022-05-19 22:18:42 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-05-19 22:20:06 -0400 |
commit | 18fed9bb660805e445c9abe0d288da5642c03098 (patch) | |
tree | 8e444e4b336971ebd2276f845dbce98cf24f045d | |
parent | b5fccd8fa317a5bf02bab8b6644a700b470ce824 (diff) | |
download | configs-18fed9bb660805e445c9abe0d288da5642c03098.tar.gz configs-18fed9bb660805e445c9abe0d288da5642c03098.tar.xz configs-18fed9bb660805e445c9abe0d288da5642c03098.zip |
* .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add @kelar.org address.
-rw-r--r-- | .emacs.d/lisp/bandali-message.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |