aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-10-08 17:26:06 +0100
committerJustine Smithies <justine@smithies.me.uk>2025-10-08 17:26:06 +0100
commita22e534c4130ff9204805463fb67fd0ba98e397a (patch)
tree565bc2a8874a93a821a1831d8f37ecf9e5963166
parentad7d60039e0a2a8b228ac958e9c78f86c892d893 (diff)
Initial commit
-rw-r--r--.mbsyncrc48
1 files changed, 48 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc
new file mode 100644
index 0000000..b36cc0f
--- /dev/null
+++ b/.mbsyncrc
@@ -0,0 +1,48 @@
+IMAPStore gmail-remote
+Host imap.gmail.com
+AuthMechs LOGIN
+User justinesmithies@gmail.com
+PassCmd "pass Email/justinesmithies@gmail.com/app-password"
+TLSType IMAPS
+TLSVersions +1.2
+#SSLType IMAPS
+#SSLVersions TLSv1.2
+
+MaildirStore gmail-local
+Path ~/.mail/gmail/
+Inbox ~/.mail/gmail/INBOX
+Subfolders Verbatim
+
+Channel gmail
+Far :gmail-remote:
+Near :gmail-local:
+Expunge Both
+Create Both
+Remove Both
+Patterns * !"[Gmail]/All Mail" !"[Gmail]/Important" !"[Gmail]/Starred"
+SyncState *
+
+IMAPStore fastmail-remote
+Host imap.fastmail.com
+Port 993
+AuthMechs LOGIN
+User justine@smithies.me.uk
+PassCmd "pass Email/Smithies/app-password"
+TLSType IMAPS
+TLSVersions +1.2
+#SSLType IMAPS
+#SSLVersions TLSv1.2
+
+MaildirStore fastmail-local
+Path ~/.mail/Fastmail/
+Inbox ~/.mail/Fastmail/Inbox
+SubFolders Verbatim
+
+Channel fastmail
+Far :fastmail-remote:
+Near :fastmail-local:
+Patterns *
+Expunge Both
+Create Both
+Remove Both
+SyncState *