prepare for new laptop
[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 = 6
11 quick = 10
12 postsynchook = 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 idlefolders = ['INBOX']
30
31 [mbnames]
32 enabled = yes
33 filename = ~/.local/share/offlineimap/mailboxes
34 header = "mailboxes "
35 peritem = "~/.local/share/offlineimap/mail/%(foldername)s/"
36 sep = " "
37 footer = "\n"
38 incremental = yes