diff options
-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 * |