diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-10 20:00:34 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-10 20:00:34 -0400 |
commit | c036d6d7d172cbcbeaabc8eac19f9b44fd612d7c (patch) | |
tree | b24a69dae98a91461f4b00b8e99c1b524ca06fcd /.config/isync/mbsyncrc | |
parent | 8f75d115fc0ec92467da14716df0b8e9965d1cfb (diff) | |
download | configs-c036d6d7d172cbcbeaabc8eac19f9b44fd612d7c.tar.gz configs-c036d6d7d172cbcbeaabc8eac19f9b44fd612d7c.tar.xz configs-c036d6d7d172cbcbeaabc8eac19f9b44fd612d7c.zip |
isync: move mbsyncrc to $XDG_CONFIG_HOME/isync
Diffstat (limited to '.config/isync/mbsyncrc')
-rw-r--r-- | .config/isync/mbsyncrc | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc new file mode 100644 index 0000000..96b3b28 --- /dev/null +++ b/.config/isync/mbsyncrc @@ -0,0 +1,79 @@ +# Global defaults +CopyArrivalDate yes +Create Both +Expunge Both + +###### +IMAPAccount amin +Host mail.bndl.org +User amin@bndl.org +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" +SSLType IMAPS + +IMAPStore amin-remote +Account amin + +IMAPAccount amin-dovecot +Host 127.0.0.1 +Port 143 +User amin@bndl.local +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin-dovecot.gpg" +SSLType None + +IMAPStore amin-local +Account amin-dovecot + +Channel amin +Master :amin-remote: +Slave :amin-local: +Patterns * + +###### +IMAPAccount uwaterloo +Host connect.uwaterloo.ca +User abandali +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg" +SSLType IMAPS + +IMAPStore uwaterloo-remote +Account uwaterloo + +IMAPAccount uwaterloo-dovecot +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" +SSLType None + +IMAPStore uwaterloo-local +Account uwaterloo-dovecot + +Channel uwaterloo +Master :uwaterloo-remote: +Slave :uwaterloo-local: +Patterns * + +###### +IMAPAccount csclub +Host mail.csclub.uwaterloo.ca +User abandali +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub.gpg" +SSLType IMAPS + +IMAPStore csclub-remote +Account csclub + +IMAPAccount csclub-dovecot +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" +SSLType None + +IMAPStore csclub-local +Account csclub-dovecot + +Channel csclub +Master :csclub-remote: +Slave :csclub-local: +Patterns * |