diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-10 16:36:20 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-10 16:36:20 -0400 |
commit | cff9e25807b784e5e0b7714acb68da53bb88f443 (patch) | |
tree | 2871b2db1455623fd382e832f098452b9e2a4db9 | |
parent | 727d14d355c373d45f10ac29a9bc01abb42b7c9d (diff) | |
download | configs-cff9e25807b784e5e0b7714acb68da53bb88f443.tar.gz configs-cff9e25807b784e5e0b7714acb68da53bb88f443.tar.xz configs-cff9e25807b784e5e0b7714acb68da53bb88f443.zip |
mbsync: update usernames accordingly
-rw-r--r-- | .mbsyncrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,7 +16,7 @@ Account amin IMAPAccount amin-dovecot Host 127.0.0.1 Port 143 -User amin@bndl.org +User amin@bndl.local PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin-dovecot.gpg" SSLType None @@ -41,7 +41,7 @@ Account uwaterloo IMAPAccount uwaterloo-dovecot Host 127.0.0.1 Port 143 -User abandali@uwaterloo.ca +User abandali@uw.local PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo-dovecot.gpg" SSLType None @@ -66,7 +66,7 @@ Account csclub IMAPAccount csclub-dovecot Host 127.0.0.1 Port 143 -User abandali@csclub.uw +User abandali@csc.uw.local PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-dovecot.gpg" SSLType None |