Skip to content

Instantly share code, notes, and snippets.

@agraul
Created April 24, 2020 09:51
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save agraul/60977cc497c3aec44e10591f94f49ef0 to your computer and use it in GitHub Desktop.
Save agraul/60977cc497c3aec44e10591f94f49ef0 to your computer and use it in GitHub Desktop.
Example mbsyncrc for mailbox.org
# 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 alexander.graul@mailbox.org
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 *
@nfedyashev
Copy link

Thanks for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment