diff options
Diffstat (limited to '')
| -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: | 
