diff options
author | Amin Bandali <bandali@gnu.org> | 2021-04-27 19:17:40 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2021-04-27 19:23:22 -0400 |
commit | 1fff63611a867b2dddc8d2ac84fd7f577b1f8964 (patch) | |
tree | 293ed291a191875760002086e0f4d330fcf671b6 /.config/isync/mbsyncrc | |
parent | 6b9cf67ba6fd933e37792c35a8afde43f32bcd02 (diff) | |
download | configs-1fff63611a867b2dddc8d2ac84fd7f577b1f8964.tar.gz configs-1fff63611a867b2dddc8d2ac84fd7f577b1f8964.tar.xz configs-1fff63611a867b2dddc8d2ac84fd7f577b1f8964.zip |
Local SFL mail.
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 * |