diff options
author | Amin Bandali <bandali@gnu.org> | 2022-11-28 23:35:03 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-11-28 23:35:03 -0500 |
commit | e23aff47774180caeff994085eb6ac7df73136db (patch) | |
tree | 74a2626e36a5eac5d680bae76532857e4bd3c436 /.config/isync | |
parent | 49d235a49e2aa8d7f9c52f199ddbd57115750a08 (diff) | |
download | configs-e23aff47774180caeff994085eb6ac7df73136db.tar.gz configs-e23aff47774180caeff994085eb6ac7df73136db.tar.xz configs-e23aff47774180caeff994085eb6ac7df73136db.zip |
(Re)add SFL mail
Diffstat (limited to '.config/isync')
-rw-r--r-- | .config/isync/mbsyncrc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index 25a2a08..59b98bc 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -128,3 +128,34 @@ Channel canonical Master :canonical-remote: Slave :canonical-local: Patterns * + +###### +IMAPAccount sfl +Host mail.savoirfairelinux.com +User amin.bandali +PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/sfl.gpg" +SSLType IMAPS + +IMAPStore sfl-remote +Account sfl + +IMAPAccount sfl-local +Host 127.0.0.1 +Port 143 +User amin.bandali@savoirfairelinux.local +PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/sfl-local.gpg" +SSLType None + +IMAPStore sfl-local +Account sfl-local + +Channel sfl +Master :sfl-remote: +Slave :sfl-local: +Patterns * !"Jami Sales&IBk-s"* !"Jami&IBk-s"* + +Channel sflro +Master :sfl-remote: +Slave :sfl-local: +Sync Pull +Patterns "Jami Sales&IBk-s"* "Jami&IBk-s"* |