summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-18 12:22:16 -0800
committerNicholas <nbnoll@eml.cc>2021-11-18 12:22:16 -0800
commit5d84127fb88b39015202fefcb852574d277355d0 (patch)
treee5c2768c03150c914759d7ddcf72b3258f140d5c
parentec082c4336c95967c10a013a25df3c89f798cfcd (diff)
added mbsync
-rw-r--r--.config/mbsync/conf127
1 files changed, 127 insertions, 0 deletions
diff --git a/.config/mbsync/conf b/.config/mbsync/conf
new file mode 100644
index 0000000..f6deb37
--- /dev/null
+++ b/.config/mbsync/conf
@@ -0,0 +1,127 @@
+IMAPAccount main
+Host imap.fastmail.com
+User nbnoll@eml.cc
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+PassCmd "gpg -dq --for-your-eyes-only --no-tty -d ~/mail/pass/main.gpg"
+
+IMAPStore main-remote
+Account main
+
+MailDirStore main-local
+Path ~/mail/main/
+Inbox ~/mail/main/INBOX
+
+Channel main
+Far :main-remote:
+Near :main-local:
+Patterns *
+Create Both
+Expunge Both
+SyncState *
+
+IMAPAccount gmail
+Host imap.gmail.com
+User nnoll523@gmail.com
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+PassCmd "gpg -dq --for-your-eyes-only --no-tty -d ~/mail/pass/gmail.gpg"
+
+IMAPStore gmail-remote
+Account gmail
+
+MailDirStore gmail-local
+Path ~/mail/gmail/
+Inbox ~/mail/gmail/INBOX
+
+Channel gmail-inbox
+Far :gmail-remote:
+Near :gmail-local:
+Patterns "INBOX"
+Create Both
+Expunge Both
+SyncState *
+
+Channel gmail-draft
+Far :gmail-remote:"[Gmail]/Drafts"
+Near :gmail-local:Drafts
+Create Near
+SyncState *
+
+Channel gmail-sent
+Far :gmail-remote:"[Gmail]/Sent Mail"
+Near :gmail-local:Sent
+Create Near
+SyncState *
+
+Channel gmail-store
+Far :gmail-remote:"[Gmail]/Store"
+Near :gmail-local:Archive
+Create Near
+SyncState *
+
+Channel gmail-trash
+Far :gmail-remote:"[Gmail]/Trash"
+Near :gmail-local:Trash
+Create Near
+SyncState *
+
+Group gmail-all
+Channel gmail-inbox
+Channel gmail-draft
+Channel gmail-sent
+Channel gmail-store
+Channel gmail-trash
+
+IMAPAccount kitp
+Host imap.gmail.com
+User nnoll@ucsb.edu
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+PassCmd "gpg -dq --for-your-eyes-only --no-tty -d ~/mail/pass/kitp.gpg"
+
+IMAPStore kitp-remote
+Account kitp
+
+MailDirStore kitp-local
+Path ~/mail/kitp/
+Inbox ~/mail/kitp/INBOX
+
+Channel kitp-inbox
+Far :kitp-remote:
+Near :kitp-local:
+Patterns INBOX
+Create Both
+Expunge Both
+SyncState *
+
+Channel kitp-draft
+Far :kitp-remote:"[Gmail]/Drafts"
+Near :kitp-local:Drafts
+Create Near
+SyncState *
+
+Channel kitp-sent
+Far :kitp-remote:"[Gmail]/Sent Mail"
+Near :kitp-local:Sent
+Create Near
+SyncState *
+
+Channel kitp-store
+Far :kitp-remote:"Store"
+Near :kitp-local:Archive
+Create Near
+SyncState *
+
+Channel kitp-trash
+Far :kitp-remote:"[Gmail]/Trash"
+Near :kitp-local:Trash
+Create Near
+SyncState *
+
+Group kitp-all
+Channel kitp-inbox
+Channel kitp-draft
+Channel kitp-sent
+Channel kitp-store
+Channel kitp-trash