Last active
January 13, 2017 22:49
-
-
Save SomeClown/f0783956237a6cf12b3b77ff113e3a49 to your computer and use it in GitHub Desktop.
sanitized and truncated mbsyncrc example file
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
# ------------------------------------------------------------ | |
IMAPAccount Acme | |
Host mail.acme.net | |
Port 993 | |
User [email protected] | |
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