diff options
author | Amin Bandali <mab@gnu.org> | 2019-07-14 14:29:31 -0400 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2019-07-14 14:29:31 -0400 |
commit | d4cc54976038e46df810812d3b47fc2bffbd179d (patch) | |
tree | 4b965e76b3db6723b36b8f51407ba95b38c14f73 /.config/isync/mbsyncrc | |
parent | af3aec9cd998057455486fa92bab841ea4876d4d (diff) | |
download | configs-d4cc54976038e46df810812d3b47fc2bffbd179d.tar.gz configs-d4cc54976038e46df810812d3b47fc2bffbd179d.tar.xz configs-d4cc54976038e46df810812d3b47fc2bffbd179d.zip |
rename a few accounts and filenames
Diffstat (limited to '.config/isync/mbsyncrc')
-rw-r--r-- | .config/isync/mbsyncrc | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index ba696ca..fe6815c 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -4,28 +4,28 @@ Create Both Expunge Both ###### -IMAPAccount amin +IMAPAccount shemshak Host mail.shemshak.org -User amin@shemshak.org -PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" +User mab@shemshak.org +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak.gpg" SSLType IMAPS -IMAPStore amin-remote -Account amin +IMAPStore shemshak-remote +Account shemshak -IMAPAccount amin-dovecot +IMAPAccount shemshak-local Host 127.0.0.1 Port 143 -User amin@shemshak.local -PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin-dovecot.gpg" +User mab@shemshak.local +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak-local.gpg" SSLType None -IMAPStore amin-local -Account amin-dovecot +IMAPStore shemshak-local +Account shemshak-local -Channel amin -Master :amin-remote: -Slave :amin-local: +Channel shemshak +Master :shemshak-remote: +Slave :shemshak-local: Patterns * ###### @@ -38,15 +38,15 @@ SSLType IMAPS IMAPStore uwaterloo-remote Account uwaterloo -IMAPAccount uwaterloo-dovecot +IMAPAccount uwaterloo-local Host 127.0.0.1 Port 143 User abandali@uw.local -PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo-dovecot.gpg" +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo-local.gpg" SSLType None IMAPStore uwaterloo-local -Account uwaterloo-dovecot +Account uwaterloo-local Channel uwaterloo Master :uwaterloo-remote: @@ -63,15 +63,15 @@ SSLType IMAPS IMAPStore csclub-remote Account csclub -IMAPAccount csclub-dovecot +IMAPAccount csclub-local Host 127.0.0.1 Port 143 User abandali@csc.uw.local -PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-dovecot.gpg" +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-local.gpg" SSLType None IMAPStore csclub-local -Account csclub-dovecot +Account csclub-local Channel csclub Master :csclub-remote: |