diff options
-rw-r--r-- | .mbsyncrc | 33 |
1 files changed, 30 insertions, 3 deletions
@@ -11,9 +11,9 @@ IMAPStore fastmail-remote Account fastmail MaildirStore fastmail-local -Path ~/Mail/ -Inbox ~/Mail/Inbox -Trash ~/Mail/Trash/ +Path ~/Mail/Fastmail/ +Inbox ~/Mail/Fastmail/Inbox +Trash ~/Mail/Fastmail/Trash/ SubFolders Verbatim Channel fastmail @@ -25,3 +25,30 @@ CopyArrivalDate yes Sync All Create Both SyncState * + + +IMAPAccount gmail +Host imap.gmail.com +Port 993 +User [email protected] +PassCmd "pass google/musofia/smtp" +SSLType IMAPS +SSLVersions TLSv1.2 +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore gmail-remote +Account gmail + +MaildirStore gmail-local +Path ~/Mail/MUSofia/ +SubFolders Verbatim + +Channel gmail +Far :gmail-remote: +Near :gmail-local: +Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Trash" +Expunge None +CopyArrivalDate yes +Sync All +Create Both +SyncState * |