diff options
author | 2019-09-20 12:48:39 -0400 | |
---|---|---|
committer | 2019-09-20 12:48:39 -0400 | |
commit | e93437ba1293d5ec29f0e6370ccbe5e834b4ab3d (patch) | |
tree | 5e10a92b8c0821799cbf485abfc1c8a45b2a274d /.emacs.d/init.el | |
parent | 958286c5c28aca330e8e7225ba2dd9c1984e2225 (diff) | |
download | configs-e93437ba1293d5ec29f0e6370ccbe5e834b4ab3d.tar.gz configs-e93437ba1293d5ec29f0e6370ccbe5e834b4ab3d.tar.xz configs-e93437ba1293d5ec29f0e6370ccbe5e834b4ab3d.zip |
update my uwaterloo addresses, simplify message-dont-reply-to-names
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 759bfce..f7fad89 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2291,7 +2291,7 @@ https://csclub.uwaterloo.ca/~abandali") ("nnimap\\+uw:INBOX" (gcc "\"nnimap+uw:Sent Items\"")) ("nnimap\\+csc:.*" - (address "abandali@csclub.uwaterloo.ca") + (address "bandali@csclub.uwaterloo.ca") (signature b/csc-signature) (gcc "nnimap+csc:Sent"))))) @@ -2369,7 +2369,7 @@ https://csclub.uwaterloo.ca/~abandali") message-subscribed-address-functions '(gnus-find-subscribed-addresses) message-dont-reply-to-names - "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(amin@bndl\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(\\(a\\(min\\.\\)?\\)?bandali@uwaterloo\\.ca\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)") + "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)") (require 'company-ebdb) :hook (;; (message-setup . mml-secure-message-sign-pgpmime) (message-mode . flyspell-mode) |