summaryrefslogtreecommitdiff
path: root/.config/isyncrc
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-05-23 20:07:27 +0000
committerBrahmajit Das <listout@listout.xyz>2025-05-23 20:07:27 +0000
commitd72df8b853a8112c3a70d3d963aee5d24e609295 (patch)
tree9be38f36988f6ef1b5c0c86935de1cc5ad891fcb /.config/isyncrc
parenta5057d11d07684c270bf7f96a6c73762bc55b567 (diff)
downloaddots-d72df8b853a8112c3a70d3d963aee5d24e609295.tar.gz
mbsync rc
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '')
-rw-r--r--.config/isyncrc112
1 files changed, 112 insertions, 0 deletions
diff --git a/.config/isyncrc b/.config/isyncrc
new file mode 100644
index 0000000..417dc75
--- /dev/null
+++ b/.config/isyncrc
@@ -0,0 +1,112 @@
+IMAPAccount mailbox
+Host imap.mailbox.org
+Port 993
+User listout@mailbox.org
+PassCmd "pass show mailbox.org/pass"
+TLSType IMAPS
+#CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore mailbox-remote
+Account mailbox
+
+MaildirStore mailbox-local
+Subfolders Verbatim
+Path ~/.local/share/email/mailbox_org/
+INBOX ~/.local/share/email/mailbox_org/INBOX
+#Flatten .
+
+Channel mailbox
+Far :mailbox-remote:
+Near :mailbox-local:
+Patterns *
+Patterns INBOX/*
+SyncState *
+Create Both
+Expunge Both
+MaxMessages 0
+
+IMAPAccount suse
+Host imap.suse.de
+Port 993
+User bdas@mutt
+PassCmd "pass show suse/imap_password"
+TLSType IMAPS
+CertificateFile ~/.cache/neomutt/certificates/suse.cert
+
+IMAPStore suse-remote
+Account suse
+
+MaildirStore suse-local
+Subfolders Verbatim
+Path ~/.local/share/email/suse_de/
+INBOX ~/.local/share/email/suse_de/INBOX
+#Flatten .
+
+Channel suse
+Far :suse-remote:
+Near :suse-local:
+Patterns *
+Patterns INBOX/*
+SyncState *
+Create Both
+Expunge Both
+MaxMessages 0
+
+IMAPAccount gmail
+Host imap.gmail.com
+Port 993
+User brahmajit.xyz@gmail.com
+PassCmd "pass show gmail/work/mutt"
+TLSType IMAPS
+
+IMAPStore gmail-remote
+Account gmail
+
+MaildirStore gmail-local
+Subfolders Verbatim
+Path ~/.local/share/email/gmail/
+INBOX ~/.local/share/email/gmail/INBOX
+#Flatten .
+
+Channel gmail-inbox
+Far :gmail-remote:
+Near :gmail-local:
+Patterns INBOX
+SyncState *
+Create Both
+Expunge Both
+MaxMessages 0
+
+Channel gmail-sent
+Far :gmail-remote:
+Near :gmail-local:
+Patterns "[Gmail]/Sent Mail"
+SyncState *
+Create Both
+Expunge Both
+MaxMessages 0
+
+Channel gmail-linux-acpi
+Far :gmail-remote:
+Near :gmail-local:
+#Patterns * "INBOX" ![Gmail]* !"[Gmail]/Sent Mail" "![Gmail]/Starred"
+Patterns "linux-acpi"
+SyncState *
+Create Both
+Expunge Both
+MaxMessages 0
+
+Channel gmail-linux-kernel
+Far :gmail-remote:
+Near :gmail-local:
+Patterns "linux-kernel"
+SyncState *
+Create Both
+Expunge Both
+MaxMessages 0
+
+Group gmail
+Channel gmail-inbox
+Channel gmail-sent
+Channel gmail-linux-acpi
+Channel gmail-linux-kernel