diff options
Diffstat (limited to '.config/isync/mbsyncrc')
-rw-r--r-- | .config/isync/mbsyncrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index 81c0191..a74b565 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -103,3 +103,28 @@ Channel csclub Master :csclub-remote: Slave :csclub-local: Patterns * + +###### +IMAPAccount sfl +Host mail.savoirfairelinux.com +User amin.bandali +PassCmd "gpg -q --for-your-eyes-only --no-tty -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 --no-tty -d ~/.passwd/sfl-local.gpg" +SSLType None + +IMAPStore sfl-local +Account sfl-local + +Channel sfl +Master :sfl-remote: +Slave :sfl-local: +Patterns * |