repos / dotfiles

my dotfiles

dotfiles / dot
Eric Bower  ·  2024-08-24

mbsyncrc

 1IMAPAccount fastmail
 2# Address to connect to
 3Host imap.fastmail.com
 4User me@erock.io
 5PassCmd "pass logins/local-mail"
 6SSLType IMAPS
 7IMAPStore fastmail-remote
 8Account fastmail
 9MaildirStore fastmail-local
10SubFolders Verbatim
11# The trailing "/" is important
12Path ~/mail/
13Inbox ~/mail/INBOX
14
15Channel fastmail
16Master :fastmail-remote:
17Slave :fastmail-local:
18# Exclude everything under the internal [Gmail] folder, except the interesting folders
19# Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
20# Or include everything
21Patterns *
22# Automatically create missing mailboxes, both locally and on the server
23Create Both
24# Save the synchronization state files in the relevant directory
25SyncState *
26# Automatically delete messages on either side if they are found deleted on the other.
27Expunge Both