diff options
author | 2025-02-26 19:16:46 -0500 | |
---|---|---|
committer | 2025-02-26 19:17:26 -0500 | |
commit | f295e5d45255181e18ece88c42e3ed67d940ef4e (patch) | |
tree | 9774ddca3dbf8d9207e643ad4c41f45c6395b70c /.config/isync/mbsyncrc | |
parent | 2fb274f4921d4a2e8fa2fd228a714fcbff96d95c (diff) | |
download | configs-f295e5d45255181e18ece88c42e3ed67d940ef4e.tar.gz configs-f295e5d45255181e18ece88c42e3ed67d940ef4e.tar.xz configs-f295e5d45255181e18ece88c42e3ed67d940ef4e.zip |
Various updates
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 * |