diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 19:13:14 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 19:13:14 +0300 |
commit | cf3071bc8e3fcea433a6b6ca4d37ed777790020a (patch) | |
tree | 86ea265ced02d21d090196a1f30385b4234df4ef | |
parent | 7ea582167c9b87cb23bcda9ee99bca28f6e6f142 (diff) |
Add mbsyncrc
-rw-r--r-- | .mbsyncrc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..b47d7a3 --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,27 @@ +IMAPAccount fastmail +Host imap.fastmail.com +Port 993 +User [email protected] +PassCmd "emacsclient -e '(password-store-get-field \"fastmail.com/[email protected]\" \"smtp\")'" +SSLType IMAPS +SSLVersions TLSv1.2 +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore fastmail-remote +Account fastmail + +MaildirStore fastmail-local +Path ~/Mail/ +Inbox ~/Mail/Inbox +Trash ~/Mail/Trash/ +SubFolders Verbatim + +Channel fastmail +Far :fastmail-remote: +Near :fastmail-local: +Patterns * +Expunge None +CopyArrivalDate yes +Sync All +Create Both +SyncState * |