diff options
Diffstat (limited to '.config/isync/mbsyncrc')
-rw-r--r-- | .config/isync/mbsyncrc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index dba818c..146f52e 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -108,3 +108,29 @@ Channel csclub Far :csclub-remote: Near :csclub-local: Patterns * + +###### +IMAPAccount ia +Host mail.archive.org +User bandali@archive.org +PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/ia.gpg" +SSLType IMAPS +Timeout 300 + +IMAPStore ia-remote +Account ia + +IMAPAccount ia-local +Host 127.0.0.1 +Port 143 +User bandali@archive.local +PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/ia-local.gpg" +SSLType None + +IMAPStore ia-local +Account ia-local + +Channel ia +Far :ia-remote: +Near :ia-local: +Patterns * |