aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/mbsync
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch/.config/mbsync')
-rw-r--r--notmuch/.config/mbsync/mbsyncrc59
1 files changed, 59 insertions, 0 deletions
diff --git a/notmuch/.config/mbsync/mbsyncrc b/notmuch/.config/mbsync/mbsyncrc
new file mode 100644
index 0000000..a2501eb
--- /dev/null
+++ b/notmuch/.config/mbsync/mbsyncrc
@@ -0,0 +1,59 @@
+Create Both
+Expunge Both
+SyncState *
+
+IMAPAccount porkbun
+Host imap.porkbun.com
+User tobyv@tobyvin.dev
+PassCmd "pass tobyv@tobyvin.dev"
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore porkbun-remote
+Account porkbun
+
+MaildirStore porkbun-local
+Path ~/.local/share/mail/porkbun/
+Inbox ~/.local/share/mail/porkbun/INBOX
+
+Channel porkbun
+Far :porkbun-remote:
+Near :porkbun-local:
+Patterns *
+
+IMAPAccount gmail
+Host imap.gmail.com
+User tobyv13@gmail.com
+PassCmd "pass gmail"
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore gmail-remote
+Account gmail
+
+MaildirStore gmail-local
+Path ~/.local/share/mail/gmail/
+Inbox ~/.local/share/mail/gmail/INBOX
+
+Channel gmail
+Far :gmail-remote:
+Near :gmail-local:
+Patterns "INBOX"
+
+Channel gmail-drafts
+Far :gmail-remote:"[Gmail]/Drafts"
+Near :gmail-local:Drafts
+
+Channel gmail-sent
+Far :gmail-remote:"[Gmail]/Sent Mail"
+Near :gmail-local:Sent
+
+Channel gmail-trash
+Far :gmail-remote:"[Gmail]/Trash"
+Near :gmail-local:Trash
+
+Group gmail
+Channel gmail
+Channel gmail-drafts
+Channel gmail-sent
+Channel gmail-trash