diff options
author | Ben Burwell <ben@benburwell.com> | 2019-12-16 10:31:46 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-01-04 22:33:23 -0500 |
commit | 620b5c791142d658563934d77953e4ddaaf91b08 (patch) | |
tree | d0cbb585ac4c37040d29ab948cdfd949fdea8104 | |
parent | d26c64966ec9cbbcea8fb58470ad37e3c29c22db (diff) |
mbsync: adopt
-rw-r--r-- | templates/.mbsyncrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/.mbsyncrc b/templates/.mbsyncrc new file mode 100644 index 0000000..c1b0743 --- /dev/null +++ b/templates/.mbsyncrc @@ -0,0 +1,16 @@ +IMAPStore fastmail +Host imap.fastmail.com +User benburwell@fastmail.com +PassCmd "pass mail/benburwell@fastmail.com" +SSLType IMAPS + +MaildirStore local +Path ~/Mail/fastmail/ +SubFolders Verbatim + +Channel fm +Master :fastmail: +Slave :local: +Pattern * +Create Both +SyncState * |