[general] metadata = ~/.local/share/offlineimap accounts = net,ru ui = blinkenlights pythonfile = ~/.config/offlineimap/offlineimap.py [mbnames] enabled = yes filename = ~/.local/share/offlineimap/mailboxes header = "mailboxes " peritem = "~/.local/share/offlineimap/mail/%(accountname)s/%(foldername)s/" sep = " " footer = "\n" incremental = yes [Account net] localrepository = netLocal remoterepository = netRemote autorefresh = 6 quick = 10 postsynchook = newmail.sh [Account ru] localrepository = ruLocal remoterepository = ruRemote autorefresh = 6 quick = 10 postsynchook = newmail.sh [Repository netLocal] type = Maildir localfolders = ~/.local/share/offlineimap/mail/net [Repository ruLocal] type = Maildir localfolders = ~/.local/share/offlineimap/mail/ru [Repository netRemote] type = IMAP folderfilter = lambda x: folderfilter(x) remotepasseval = mailpasswdnet() remotehost = lubbers.email remoteuser = mart@martlubbers.net ssl = yes sslcacertfile = /etc/ssl/certs/ca-certificates.crt keepalive = 60 holdconnectionopen = yes idlefolders = ['INBOX'] [Repository ruRemote] type = IMAP remotepasseval = mailpasswdru() remotehost = post.science.ru.nl remoteuser = mlubbers ssl = yes sslcacertfile = /etc/ssl/certs/ca-certificates.crt keepalive = 60 holdconnectionopen = yes idlefolders = ['INBOX']