Created
April 24, 2020 09:51
-
-
Save agraul/60977cc497c3aec44e10591f94f49ef0 to your computer and use it in GitHub Desktop.
Example mbsyncrc for mailbox.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# These settings can also go under an "Account" section, but then the | |
# "IMAPStore" section needs to reference the account. This is not | |
# needed for just one store per account. | |
IMAPStore mailbox-remote | |
Host imap.mailbox.org | |
User [email protected] | |
PassCmd "gpg --quiet --decrypt ~/.mbsync-pw-mailbox.gpg" | |
SSLType STARTTLS | |
MaildirStore mailbox-local | |
Path ~/mail/mailbox/ | |
Inbox ~/mail/mailbox/INBOX | |
SubFolders Verbatim | |
Channel mailbox | |
Master :mailbox-remote: | |
Slave :mailbox-local: | |
Patterns * !Archives | |
Create Both | |
Expunge Both | |
SyncState * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing!