From 5bf571df14cd2ed7cf6ca6ecadc26da53d61af06 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 15 May 2024 20:03:30 -0500 Subject: feat(mail): move all mail stuff inside notmuch hooks --- notmuch/.config/mbsync/mbsyncrc | 59 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 notmuch/.config/mbsync/mbsyncrc (limited to 'notmuch/.config/mbsync/mbsyncrc') 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 -- cgit v1.2.3-70-g09d2