X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.config%2Fofflineimap%2Fconfig;h=42d5b4b7837b86dd63f24eb4674935cba641bb02;hb=HEAD;hp=f3a309f4ddd6d92da76f98d62ec9ce6cb5607ded;hpb=64d152f05fd4754fe1f48e37f1b9875b7b5f43b1;p=dotfiles.git diff --git a/email/.config/offlineimap/config b/email/.config/offlineimap/config index f3a309f..47be912 100644 --- a/email/.config/offlineimap/config +++ b/email/.config/offlineimap/config @@ -1,37 +1,59 @@ [general] -pythonfile = ~/.config/offlineimap/offlineimap.py metadata = ~/.local/share/offlineimap -accounts = net +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 = Local -remoterepository = Remote -autorefresh = 0.5 +localrepository = netLocal +remoterepository = netRemote +autorefresh = 6 quick = 10 postsynchook = newmail.sh -#proxy = SOCKS5:localhost:8008 -[Repository Local] +[Account ru] +localrepository = ruLocal +remoterepository = ruRemote +autorefresh = 6 +quick = 10 +postsynchook = newmail.sh + +[Repository netLocal] type = Maildir -localfolders = ~/.local/share/offlineimap/mail +localfolders = ~/.local/share/offlineimap/mail/net -[Repository Remote] +[Repository ruLocal] +type = Maildir +localfolders = ~/.local/share/offlineimap/mail/ru + +[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 = ~/.local/share/offlineimap/mailboxes -header = "mailboxes " -peritem = "~/.local/share/offlineimap/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']