X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.config%2Fofflineimap%2Fconfig;h=42d5b4b7837b86dd63f24eb4674935cba641bb02;hb=HEAD;hp=7511a48baf0e3f299c51138aeea4b9ddabd63285;hpb=5b268d64e8164db9b6474bf7dfec1525e70d8452;p=dotfiles.git diff --git a/email/.config/offlineimap/config b/email/.config/offlineimap/config index 7511a48..47be912 100644 --- a/email/.config/offlineimap/config +++ b/email/.config/offlineimap/config @@ -1,33 +1,59 @@ [general] +metadata = ~/.local/share/offlineimap +accounts = net,ru +ui = blinkenlights pythonfile = ~/.config/offlineimap/offlineimap.py -metadata = ~/.mutt/offlineimap_meta -accounts = net -ui = quiet + +[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 = Local -remoterepository = Remote -postsynchook = notmuch new -status_backend = sqlite +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 Local] +[Repository ruLocal] type = Maildir -localfolders = ~/.mutt/mail +localfolders = ~/.local/share/offlineimap/mail/ru -[Repository Remote] +[Repository netRemote] type = IMAP folderfilter = lambda x: folderfilter(x) -remotepasseval = mailpasswd() -remotehost = mail.martlubbers.net +remotepasseval = mailpasswdnet() +remotehost = lubbers.email remoteuser = mart@martlubbers.net ssl = yes -cert_fingerprint = d8f2613ee3017fe9eaec772cd07094342945f632 +sslcacertfile = /etc/ssl/certs/ca-certificates.crt +keepalive = 60 +holdconnectionopen = yes +idlefolders = ['INBOX'] -[mbnames] -enabled = yes -filename = ~/.mutt/mailboxes -header = "mailboxes " -peritem = "~/.mutt/mail/%(foldername)s/" -sep = " " -footer = "\n" -incremental = yes +[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']