diff options
author | Thanos Apollo <[email protected]> | 2023-01-28 11:38:23 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-28 11:38:23 +0200 |
commit | dab120ea8ec4beee7c826d4e67e527e880942f98 (patch) | |
tree | 833f4e35fbbe4155747029249d4e24c2542c39b5 /.mbsyncrc | |
parent | d7e01c9b0c4747dff8e030c993945a39dadff548 (diff) |
Add example mbsync
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..44e551f --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,50 @@ +IMAPAccount gmail +Host imap.gmail.com +User [email protected] +PassCmd "cat ~/.gmail-pass" +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore gmail-remote +Account gmail + +MaildirStore gmail-local +Path ~/Mail/Gmail +Inbox ~/Mail/Gmail/Inbox +Trash ~/Mail/Gmail/Trash +SubFolders Verbatim + +Channel gmail +Far :gmail-remote: +Near :gmail-local: +Create Both +SyncState * + +IMAPAccount fastmail +Host imap.fastmail.com +#Port 993 +User [email protected] +PassCmd "cat ~/.fastmail-pass" +SSLType IMAPS +SSLVersions TLSv1.2 +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore fastmail-remote +Account fastmail + +MaildirStore fastmail-local +Path ~/Mail/Fastmail/ +Inbox ~/Mail/Fastmail/Inbox/ +Trash ~/Mail/Fastmail/Trash/ +SubFolders Verbatim + +Channel fastmail +Far :fastmail-remote: +Near :fastmail-local: +Patterns * +Expunge None +CopyArrivalDate yes +Sync All +Create Both +SyncState * + |