From ca3a844af240ca87882522d14b530e0f1a6327ef Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 6 Oct 2020 00:14:12 -0400 Subject: Move user-level configs out of rc.org I will keep rc.org around for now, only for system-level (global) config files. --- .config/isync/mbsyncrc | 104 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 .config/isync/mbsyncrc (limited to '.config/isync/mbsyncrc') 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 * -- cgit v1.2.3-60-g2f50