Skip to content

Instantly share code, notes, and snippets.

@ayinlaaji
Forked from agraul/.mbsyncrc
Created August 8, 2022 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayinlaaji/e8631992ace8b1f712ce968652f0e4be to your computer and use it in GitHub Desktop.
Save ayinlaaji/e8631992ace8b1f712ce968652f0e4be 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 *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment