From f295e5d45255181e18ece88c42e3ed67d940ef4e Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 26 Feb 2025 19:16:46 -0500 Subject: Various updates --- .config/isync/mbsyncrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to '.config/isync') 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 * -- cgit v1.2.3-83-g751a