diff options
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/.mbsyncrc b/.mbsyncrc deleted file mode 100644 index 96b3b28..0000000 --- a/.mbsyncrc +++ /dev/null @@ -1,79 +0,0 @@ -# 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 * |