diff options
Diffstat (limited to 'dotfiles/system/.mbsyncrc')
| -rw-r--r-- | dotfiles/system/.mbsyncrc | 144 |
1 files changed, 0 insertions, 144 deletions
diff --git a/dotfiles/system/.mbsyncrc b/dotfiles/system/.mbsyncrc deleted file mode 100644 index 51dfae2..0000000 --- a/dotfiles/system/.mbsyncrc +++ /dev/null @@ -1,144 +0,0 @@ -IMAPAccount gmail -Host imap.gmail.com -User craigmartinjennings@gmail.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/.gmailpass.gpg" -Port 993 -TLSType IMAPS -AuthMechs Login -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore gmail-remote -Account gmail - -MaildirStore gmail-local -# SubFolders Verbatim -# The trailing "/" is important -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-trash -Far :gmail-remote:"[Gmail]/Trash" -Near :gmail-local:"Trash" -Create Both -Expunge Both -SyncState * - -Channel gmail-drafts -Far :gmail-remote:"[Gmail]/Drafts" -Near :gmail-local:"Drafts" -Create Both -Expunge Both -SyncState * - -Channel gmail-sent -Far :gmail-remote:"[Gmail]/Sent Mail" -Near :gmail-local:"Sent" -Create Both -Expunge Both -SyncState * - -Channel gmail-starred -Far :gmail-remote:"[Gmail]/Starred" -Near :gmail-local:"Starred" -Create Both -Expunge Both -SyncState * - -Group gmail -Channel gmail-inbox -Channel gmail-trash -Channel gmail-drafts -Channel gmail-sent -Channel gmail-starred - -IMAPAccount cmail -Host 127.0.0.1 -Port 1143 -User c@cjennings.net -PassCmd "cat ~/.config/.protonmailpass" -TLSType NONE -AuthMechs LOGIN -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore cmail-remote -Account cmail - -MaildirStore cmail-local -Path ~/.mail/cmail/ -Inbox ~/.mail/cmail/Inbox/ -Trash ~/.mail/cmail/Trash/ -SubFolders Verbatim - -Channel cmail-inbox -Far :cmail-remote:INBOX -Near :cmail-local:Inbox -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-sent -Far :cmail-remote:Sent -Near :cmail-local:Sent -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-trash -Far :cmail-remote:Trash -Near :cmail-local:Trash -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-archive -Far :cmail-remote:Archive -Near :cmail-local:Archive -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-starred -Far :cmail-remote:Starred -Near :cmail-local:Starred -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -Channel cmail-spam -Far :cmail-remote:Spam -Near :cmail-local:Spam -Create Both -Expunge None -CopyArrivalDate yes -Sync All -SyncState * - -# Drafts and All Mail omitted due to sync errors with ProtonBridge -# You can still access these folders via IMAP if needed - -Group cmail -Channel cmail-inbox -Channel cmail-sent -Channel cmail-trash -Channel cmail-archive -Channel cmail-starred -Channel cmail-spam - |
