diff options
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 53 |
1 files changed, 26 insertions, 27 deletions
@@ -1,24 +1,24 @@ -IMAPAccount fastmail -Host imap.fastmail.com +IMAPAccount gmail +Host imap.gmail.com Port 993 -User [email protected] -PassCmd "pass show fastmail.com/smtp" +User [email protected] +PassCmd "pass google/musofia/smtp" SSLType IMAPS SSLVersions TLSv1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt -IMAPStore fastmail-remote -Account fastmail +IMAPStore gmail-remote +Account gmail -MaildirStore fastmail-local -Path ~/Mail/Fastmail/ -Inbox ~/Mail/Fastmail/Inbox -Trash ~/Mail/Fastmail/Trash/ +MaildirStore gmail-local +Path ~/Mail/MUSofia/ +Inbox ~/Mail/MUSofia/Inbox +Trash ~/Mail/MUSofia/Trash SubFolders Verbatim -Channel fastmail -Far :fastmail-remote: -Near :fastmail-local: +Channel gmail +Far :gmail-remote: +Near :gmail-local: Patterns * Expunge None CopyArrivalDate yes @@ -26,28 +26,27 @@ Sync All Create Both SyncState * - -IMAPAccount gmail -Host imap.gmail.com +IMAPAccount forwardemail +Host imap.forwardemail.net Port 993 -User [email protected] -PassCmd "pass google/musofia/smtp" +User [email protected] +PassCmd "pass forwardemail/[email protected]" SSLType IMAPS SSLVersions TLSv1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt -IMAPStore gmail-remote -Account gmail +IMAPStore forwardemail-remote +Account forwardemail -MaildirStore gmail-local -Path ~/Mail/MUSofia/ -Inbox ~/Mail/MUSofia/Inbox -Trash ~/Mail/MUSofia/Trash +MaildirStore forwardemail-local +Path ~/Mail/Forwardemail/public-org +Inbox ~/Mail/Forwardemail/public-org/Inbox +Trash ~/Mail/Forwardemail/public-org/Trash SubFolders Verbatim -Channel gmail -Far :gmail-remote: -Near :gmail-local: +Channel forwardemail +Far :forwardemail-remote: +Near :forwardemail-local: Patterns * Expunge None CopyArrivalDate yes |