sigusr for slstatus
[dotfiles.git] / email / .config / offlineimap / config
index 06ff078..f3a309f 100644 (file)
@@ -1,35 +1,37 @@
 [general]
 pythonfile = ~/.config/offlineimap/offlineimap.py
-metadata = ~/.mutt/offlineimap_meta
+metadata = ~/.local/share/offlineimap
 accounts = net
-ui = quiet
+ui = blinkenlights
 
 [Account net]
 localrepository = Local
 remoterepository = Remote
-postsynchook = notmuch new
-status_backend = sqlite
+autorefresh = 0.5
+quick = 10
+postsynchook = newmail.sh
+#proxy = SOCKS5:localhost:8008
 
 [Repository Local]
 type = Maildir
-localfolders = ~/.mutt/mail
+localfolders = ~/.local/share/offlineimap/mail
 
 [Repository Remote]
 type = IMAP
 folderfilter = lambda x: folderfilter(x)
 remotepasseval = mailpasswd()
-remotehost = mail.martlubbers.net
-#remotehost = email.martlubbers.net
+remotehost = lubbers.email
 remoteuser = mart@martlubbers.net
 ssl = yes
-#sslcacertfile = /etc/ssl/certs/ca-certificates.crt
-cert_fingerprint = d8f2613ee3017fe9eaec772cd07094342945f632
+sslcacertfile = /etc/ssl/certs/ca-certificates.crt
+keepalive = 60
+holdconnectionopen = yes
 
 [mbnames]
 enabled = yes
-filename = ~/.mutt/mailboxes
+filename = ~/.local/share/offlineimap/mailboxes
 header = "mailboxes "
-peritem = "~/.mutt/mail/%(foldername)s/"
+peritem = "~/.local/share/offlineimap/mail/%(foldername)s/"
 sep = " "
 footer = "\n"
 incremental = yes