[general] accounts = main maxsyncaccounts = 3 status_backend = sqlite pythonfile = ~/.offlineimap/pass.py ui = basic socktimeout = 10 [Account main] localrepository = main-local remoterepository = main-remote autorefresh = 5 quick = 10 postsynchook = notmuch new [Repository main-local] type = Maildir localfolders = ~/Maildir [Repository main-remote] type = IMAP ssl = yes cert_fingerprint = 13a83c5928ae3284ee29ca82547bb7a69cb3bf9b remotehost = mail.tozt.net remoteuser = doy remotepasseval = get_password("mail/mail.tozt.net/doy") maxconnections = 5 keepalive = 60 holdconnectionopen = yes idlefolders = ['INBOX', 'websites', 'school', 'work'] folderfilter = lambda foldername: foldername not in ['notmuch'] and not re.search('^old(\.|$)', foldername) subscribedonly = no # vim:ft=dosini: