Skip to content

Instantly share code, notes, and snippets.

@SomeClown
Last active January 13, 2017 22:49
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 SomeClown/f0783956237a6cf12b3b77ff113e3a49 to your computer and use it in GitHub Desktop.
Save SomeClown/f0783956237a6cf12b3b77ff113e3a49 to your computer and use it in GitHub Desktop.
sanitized and truncated mbsyncrc example file
# ------------------------------------------------------------
IMAPAccount Acme
Host mail.acme.net
Port 993
User username@acme.net
PassCmd "/usr/local/bin/gpg2 -q --for-your-eyes-only --no-tty -d /Users/username/.accounts/.acme.gpg"
SSLType IMAPS
AuthMechs PLAIN
CertificateFile /Users/username/.accounts/acme1.crt
CertificateFile /Users/username/.accounts/acme2.crt
CertificateFile /Users/username/.accounts/acme3.crt
CertificateFile /Users/username/.accounts/acme4.crt
IMAPStore acme-remote
Account acme
MaildirStore acme-local
Path /Users/username/.mail/acme/
Inbox /Users/username/.mail/acme/inbox
Channel acme-default
Master :acme-remote:
Slave :acme-local:
Patterns *
Create Slave
Sync All
SyncState *
# ------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment