summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mbsyncrc50
1 files changed, 50 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc
new file mode 100644
index 0000000..44e551f
--- /dev/null
+++ b/.mbsyncrc
@@ -0,0 +1,50 @@
+IMAPAccount gmail
+Host imap.gmail.com
+PassCmd "cat ~/.gmail-pass"
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore gmail-remote
+Account gmail
+
+MaildirStore gmail-local
+Path ~/Mail/Gmail
+Inbox ~/Mail/Gmail/Inbox
+Trash ~/Mail/Gmail/Trash
+SubFolders Verbatim
+
+Channel gmail
+Far :gmail-remote:
+Near :gmail-local:
+Create Both
+SyncState *
+
+IMAPAccount fastmail
+Host imap.fastmail.com
+#Port 993
+PassCmd "cat ~/.fastmail-pass"
+SSLType IMAPS
+SSLVersions TLSv1.2
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore fastmail-remote
+Account fastmail
+
+MaildirStore fastmail-local
+Path ~/Mail/Fastmail/
+Inbox ~/Mail/Fastmail/Inbox/
+Trash ~/Mail/Fastmail/Trash/
+SubFolders Verbatim
+
+Channel fastmail
+Far :fastmail-remote:
+Near :fastmail-local:
+Patterns *
+Expunge None
+CopyArrivalDate yes
+Sync All
+Create Both
+SyncState *
+