[general] accounts = main maxsyncaccounts = 3 fsync = false status_backend = sqlite pythonfile = ~/.offlineimap/pass.py ui = basic [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 = 8ced9a00e16fa03cadfb4a3c6da2b9862d86b0bc remotehost = mail.tozt.net remoteuser = doy remotepasseval = get_password("mail/mail.tozt.net/doy") maxconnections = 5 keepalive = 60 holdconnectionopen = yes idlefolders = ['INBOX', 'work', 'work.tickets', 'work.events'] folderfilter = lambda foldername: foldername not in ['notmuch'] and not re.search('^old(\.|$)', foldername) subscribedonly = no # vim:ft=dosini: