Skip to content

Instantly share code, notes, and snippets.

@asimpson
Created April 27, 2018 18:31
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 asimpson/c5522ab2cd0895287376fa20c41caa09 to your computer and use it in GitHub Desktop.
Save asimpson/c5522ab2cd0895287376fa20c41caa09 to your computer and use it in GitHub Desktop.
[general]
accounts = sb, fast
maxsyncaccounts = 2
[Account sb]
localrepository = sb_local
remoterepository = sb_remote
maxage = 2012-03-02
postsynchook = mu index -m ~/Mail
[Account fast]
localrepository = fast_local
remoterepository = fast_remote
maxage = 2016-03-02
postsynchook = mu index -m ~/Mail
[Repository sb_local]
type = Maildir
localfolders = ~/Mail/sb
[Repository sb_remote]
sslcacertfile = /usr/local/etc/openssl/cert.pem
type = IMAP
remotehost = imap.gmail.com
remoteuser = adam@heysparkbox.com
remotepass = blahblah
auth_mechanisms = LOGIN
ssl = yes
maxconnections = 1
realdelete = no
[Repository fast_local]
type = Maildir
localfolders = ~/Mail/fast
[Repository fast_remote]
sslcacertfile = /usr/local/etc/openssl/cert.pem
type = IMAP
remotehost = imap.fastmail.com
remoteuser = asimpson@fastmail.com
remotepass = blahblah
ssl = yes
maxconnections = 1
realdelete = no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment