X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.config%2Fofflineimap%2Fconfig;h=47be912213dd15a9589204c39ddabe72c93d631c;hb=57600e32012ce55c030a1db99d6d3f9e2c772e04;hp=cd68eb9ba419e49d1ce88c264f2f4dd4912c018d;hpb=40a80da3f04edaeb3e3d2043c862e0dc9d684c0d;p=dotfiles.git diff --git a/email/.config/offlineimap/config b/email/.config/offlineimap/config index cd68eb9..47be912 100644 --- a/email/.config/offlineimap/config +++ b/email/.config/offlineimap/config @@ -1,37 +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 -autorefresh = 0.5 +localrepository = netLocal +remoterepository = netRemote +autorefresh = 6 +quick = 10 +postsynchook = newmail.sh + +[Account ru] +localrepository = ruLocal +remoterepository = ruRemote +autorefresh = 6 quick = 10 -postsynchook = notmuch new && /home/mrl/.mutt/newmail.sh -#proxy = SOCKS5:localhost:8008 +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() +remotepasseval = mailpasswdnet() remotehost = lubbers.email remoteuser = mart@martlubbers.net ssl = yes 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']