repos / dotfiles

my dotfiles

commit
0c313a1
parent
2f9f9e7
author
Eric Bower
date
2025-04-02 13:42:18 -0400 EDT
mbsync changes
1 files changed,  +4, -6
M dot/mbsyncrc
+4, -6
 1@@ -1,11 +1,12 @@
 2 IMAPAccount fastmail
 3-# Address to connect to
 4 Host imap.fastmail.com
 5 User me@erock.io
 6 PassCmd "pass logins/local-mail"
 7 SSLType IMAPS
 8+
 9 IMAPStore fastmail-remote
10 Account fastmail
11+
12 MaildirStore fastmail-local
13 SubFolders Verbatim
14 # The trailing "/" is important
15@@ -13,11 +14,8 @@ Path /mail/
16 Inbox /mail/INBOX
17 
18 Channel fastmail
19-Master :fastmail-remote:
20-Slave :fastmail-local:
21-# Exclude everything under the internal [Gmail] folder, except the interesting folders
22-# Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
23-# Or include everything
24+Far :fastmail-remote:
25+Near :fastmail-local:
26 Patterns *
27 # Automatically create missing mailboxes, both locally and on the server
28 Create Both