Skip to content

Instantly share code, notes, and snippets.

@mrtazz
Created September 18, 2012 01:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mrtazz/3740758 to your computer and use it in GitHub Desktop.
basic offlineimaprc
[general]
accounts = mail
maxsyncaccounts = 5
ui = ttyui
socktimeout = 90
[Account mail]
localrepository = maillocal
remoterepository = mailremote
autorefresh = 2
postsynchook = notmuch new
[Repository maillocal]
type = Maildir
localfolders = ~/Mail/mail
[Repository mailremote]
type = IMAP
remotehost = imap.example.com
remoteuser = mail_user
remotepass = mail_password
ssl = yes
cert_fingerprint = the_fingerprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment