diff options
author | 2020-03-23 23:13:31 -0400 | |
---|---|---|
committer | 2020-03-23 23:13:31 -0400 | |
commit | 0a929da704e326009d8fb6cb70b07ea899442e7a (patch) | |
tree | 94c19c0e975f47daf59fea909b412ce5753d4d88 /.emacs.d/init.el | |
parent | afdd47d0a0da2f2fef56da7c8c2cf538a8eda154 (diff) | |
download | configs-0a929da704e326009d8fb6cb70b07ea899442e7a.tar.gz configs-0a929da704e326009d8fb6cb70b07ea899442e7a.tar.xz configs-0a929da704e326009d8fb6cb70b07ea899442e7a.zip |
guix,getmail,emacs: update username and mail address
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 697cf1e..221a054 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2161,7 +2161,7 @@ This function is intended for use with `ivy-ignore-buffers'." (nnimap-address "127.0.0.1") (nnimap-server-port 143) (nnimap-authenticator plain) - (nnimap-user "mab@gnu.local") + (nnimap-user "bandali@gnu.local") (nnimap-inbox "INBOX") (nnimap-split-methods 'nnimap-split-fancy) (nnimap-split-fancy (| @@ -2564,7 +2564,7 @@ https://csclub.uwaterloo.ca/~abandali") message-subscribed-address-functions '(gnus-find-subscribed-addresses) message-dont-reply-to-names - "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)") + "\\(\\(amin@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) |