From d236102d0619b9512b7d4bbb55e51dc2613f2f24 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 29 Jul 2024 20:00:15 +0300 Subject: mbsync: Replace fastmail with forwardemail. --- .mbsyncrc | 53 ++++++++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 27 deletions(-) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index 6d11441..6f4574c 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -1,24 +1,24 @@ -IMAPAccount fastmail -Host imap.fastmail.com +IMAPAccount gmail +Host imap.gmail.com Port 993 -User thanosapollo@fastmail.com -PassCmd "pass show fastmail.com/smtp" +User 104111@students.mu-sofia.bg +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 104111@students.mu-sofia.bg -PassCmd "pass google/musofia/smtp" +User public@thanosapollo.org +PassCmd "pass forwardemail/public@thanosapollo.org" 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 -- cgit v1.2.3