diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-10 16:17:12 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-10 16:17:12 -0400 |
commit | 727d14d355c373d45f10ac29a9bc01abb42b7c9d (patch) | |
tree | 86dc1e5b34684400ace4f18101094bd0aa155db7 | |
parent | 2b53c994b868ae41d2f68f6e67ac518e2c78d321 (diff) | |
download | configs-727d14d355c373d45f10ac29a9bc01abb42b7c9d.tar.gz configs-727d14d355c373d45f10ac29a9bc01abb42b7c9d.tar.xz configs-727d14d355c373d45f10ac29a9bc01abb42b7c9d.zip |
emacs: use .local tld for dovecot usernames for more clarity
also use shorter machine names for uwaterloo and csclub accounts
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bc58c27..c2b20ba 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1520,19 +1520,19 @@ For disabling the behaviour for certain buffers and/or modes." (nnimap-address "127.0.0.1") (nnimap-server-port 143) (nnimap-authenticator plain) - (nnimap-user "amin@bndl.org")) - (nnimap "uwaterloo" + (nnimap-user "amin@bndl.local")) + (nnimap "uw" (nnimap-stream plain) (nnimap-address "127.0.0.1") (nnimap-server-port 143) (nnimap-authenticator plain) - (nnimap-user "abandali@uwaterloo.ca")) - (nnimap "csclub" + (nnimap-user "abandali@uw.local")) + (nnimap "csc" (nnimap-stream plain) (nnimap-address "127.0.0.1") (nnimap-server-port 143) (nnimap-authenticator plain) - (nnimap-user "abandali@csclub.uw"))) + (nnimap-user "abandali@csc.uw.local"))) gnus-message-archive-group "nnimap+amin:Sent" gnus-parameters '(("gnu\\.deepspec" |