diff options
Diffstat (limited to '')
-rw-r--r-- | mbsyncrc | 50 |
1 files changed, 12 insertions, 38 deletions
@@ -1,54 +1,28 @@ SyncState * Sync Pull All Push All -IMAPAccount mrlemon@mailforce.net -Host imap.fastmail.com +IMAPAccount mrlemon@purelymail.com +Host imap.purelymail.com Port 993 -User mrlemon@mailforce.net -PassCmd "echo $(pass AppPasswords/mbsync_fastmail_may2022)" +User mrlemon@purelymail.com +PassCmd "echo $(pass purelymail_neomutt)" SSLType IMAPS -IMAPStore fastmail-remote -Account mrlemon@mailforce.net +IMAPStore purelymail-remote +Account mrlemon@purelymail.com UseNamespace yes -MaildirStore fastmail-local +MaildirStore purelymail-local SubFolders Verbatim -Inbox ~/Mail/fastmail/INBOX -Path ~/Mail/fastmail/ +Inbox ~/.mail/purelymail/INBOX +Path ~/.mail/purelymail/ Flatten . -Channel fastmailchannel -Far :fastmail-remote: -Near :fastmail-local: +Channel purelymailchannel +Far :purelymail-remote: +Near :purelymail-local: Patterns * Create Both Expunge Both SyncState * -IMAPAccount matthewlemon@protonmail.com -Host 127.0.0.1 -Port 1143 -#User matt@matthewlemon.com -User matthewlemon@protonmail.com -PassCmd "echo $(pass AppPasswords/hydroxide)" -SSLType None -#AuthMechs LOGIN - -IMAPStore matthewlemonproton-remote -Account matthewlemon@protonmail.com -UseNamespace yes - -MaildirStore matthewlemonproton-local -SubFolders Verbatim -Inbox ~/Mail/matthewlemonproton/INBOX -Path ~/Mail/matthewlemonproton/ -Flatten . - -Channel matthewlemonproton -Far :matthewlemonproton-remote: -Near :matthewlemonproton-local: -Patterns * !"All Mail"* -Create Both -Expunge Both -SyncState * |