mutt to xdg spec
[dotfiles.git] / email / .config / offlineimap / config
1 [general]
2 pythonfile = ~/.config/offlineimap/offlineimap.py
3 metadata = ~/.local/share/offlineimap
4 accounts = net
5 ui = blinkenlights
6
7 [Account net]
8 localrepository = Local
9 remoterepository = Remote
10 autorefresh = 0.5
11 quick = 10
12 postsynchook = ~/.config/offlineimap/newmail.sh
13 #proxy = SOCKS5:localhost:8008
14
15 [Repository Local]
16 type = Maildir
17 localfolders = ~/.local/share/offlineimap/mail
18
19 [Repository Remote]
20 type = IMAP
21 folderfilter = lambda x: folderfilter(x)
22 remotepasseval = mailpasswd()
23 remotehost = lubbers.email
24 remoteuser = mart@martlubbers.net
25 ssl = yes
26 sslcacertfile = /etc/ssl/certs/ca-certificates.crt
27 keepalive = 60
28 holdconnectionopen = yes
29
30 [mbnames]
31 enabled = yes
32 filename = ~/.local/share/offlineimap/mailboxes
33 header = "mailboxes "
34 peritem = "~/.local/share/offlineimap/mail/%(foldername)s/"
35 sep = " "
36 footer = "\n"
37 incremental = yes