diff options
author | Thanos Apollo <[email protected]> | 2024-07-29 20:00:15 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-29 20:00:15 +0300 |
commit | d236102d0619b9512b7d4bbb55e51dc2613f2f24 (patch) | |
tree | ed881b4572da95835e0b0509b635804938858757 | |
parent | f9df24591f2fd926594d3066259cea2648fd135d (diff) |
mbsync: Replace fastmail with forwardemail.
-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 |