diff options
author | 2019-09-11 23:45:03 -0400 | |
---|---|---|
committer | 2019-09-11 23:48:14 -0400 | |
commit | e7125caf1ae01df9ae58693d71ca29ed75a94eda (patch) | |
tree | 61c4c5a02a0faadf331c1ee7290b0f8e8241b2cf /.emacs.d | |
parent | 62a2088e0654f9f2877f7d234227ceb2d3e66daf (diff) | |
download | configs-e7125caf1ae01df9ae58693d71ca29ed75a94eda.tar.gz configs-e7125caf1ae01df9ae58693d71ca29ed75a94eda.tar.xz configs-e7125caf1ae01df9ae58693d71ca29ed75a94eda.zip |
update my uwaterloo address
Diffstat (limited to '.emacs.d')
-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 a535aaf..48971fd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2273,7 +2273,7 @@ https://csclub.uwaterloo.ca/~abandali") (body "") (eval (setq b/message-cite-say-hi nil))) ("nnimap\\+uw:.*" - (address "abandali@uwaterloo.ca") + (address "bandali@uwaterloo.ca") (signature b/uw-signature)) ("nnimap\\+uw:INBOX" (gcc "\"nnimap+uw:Sent Items\"")) @@ -2356,7 +2356,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\\)\\|\\(amin@bndl\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(\\(a\\(min\\.\\)?\\)?bandali@uwaterloo\\.ca\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)") (require 'company-ebdb) :hook (;; (message-setup . mml-secure-message-sign-pgpmime) (message-mode . flyspell-mode) |