From e23aff47774180caeff994085eb6ac7df73136db Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Mon, 28 Nov 2022 23:35:03 -0500
Subject: (Re)add SFL mail

---
 .config/isync/mbsyncrc | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

(limited to '.config')

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"*
-- 
cgit v1.2.3-83-g751a