diff options
author | Amin Bandali <bandali@gnu.org> | 2020-10-06 00:14:12 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-10-06 00:14:12 -0400 |
commit | ca3a844af240ca87882522d14b530e0f1a6327ef (patch) | |
tree | b01f2630bf8e9af96d9dd40d8e19540544dd6b71 /.config/isync/mbsyncrc | |
parent | d7dee82420a04e5c92e5b5ad316e14a49bd4d689 (diff) | |
download | configs-ca3a844af240ca87882522d14b530e0f1a6327ef.tar.gz configs-ca3a844af240ca87882522d14b530e0f1a6327ef.tar.xz configs-ca3a844af240ca87882522d14b530e0f1a6327ef.zip |
Move user-level configs out of rc.org
I will keep rc.org around for now, only for system-level (global)
config files.
Diffstat (limited to '')
-rw-r--r-- | .config/isync/mbsyncrc | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc new file mode 100644 index 0000000..7915a05 --- /dev/null +++ b/.config/isync/mbsyncrc @@ -0,0 +1,104 @@ +# Global defaults +CopyArrivalDate yes +Create Both +Expunge Both + +###### +IMAPAccount shemshak +Host mail.shemshak.org +User bandali@shemshak.org +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak.gpg" +SSLType IMAPS + +IMAPStore shemshak-remote +Account shemshak + +IMAPAccount shemshak-local +Host 127.0.0.1 +Port 143 +User bandali@shemshak.local +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak-local.gpg" +SSLType None + +IMAPStore shemshak-local +Account shemshak-local + +Channel shemshak +Master :shemshak-remote: +Slave :shemshak-local: +Patterns * + +###### +IMAPAccount gnub +Host mail.shemshak.org +User gnu@bndl.org +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub.gpg" +SSLType IMAPS + +IMAPStore gnub-remote +Account gnub + +IMAPAccount gnub-local +Host 127.0.0.1 +Port 143 +User bandali@gnu.local +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub-local.gpg" +SSLType None + +IMAPStore gnub-local +Account gnub-local + +Channel gnub +Master :gnub-remote: +Slave :gnub-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-local +Host 127.0.0.1 +Port 143 +User abandali@uwaterloo.local +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo-local.gpg" +SSLType None + +IMAPStore uwaterloo-local +Account uwaterloo-local + +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-local +Host 127.0.0.1 +Port 143 +User abandali@csclub.uwaterloo.local +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-local.gpg" +SSLType None + +IMAPStore csclub-local +Account csclub-local + +Channel csclub +Master :csclub-remote: +Slave :csclub-local: +Patterns * |