summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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