From cf3071bc8e3fcea433a6b6ca4d37ed777790020a Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Sep 2023 19:13:14 +0300 Subject: Add mbsyncrc --- .mbsyncrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .mbsyncrc 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 thanosapollo@fastmail.com +PassCmd "emacsclient -e '(password-store-get-field \"fastmail.com/thanosapollo@fastmail.com\" \"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 * -- cgit v1.2.3