summaryrefslogtreecommitdiffstats
path: root/offlineimaprc
blob: 06883ee577dd2ac6c6be08575f91243fd5a3a573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[general]
accounts = main
maxsyncaccounts = 3
fsync = false
status_backend = sqlite
pythonfile = ~/.offlineimap/pass.py
ui = basic

[Account main]
localrepository = main-local
remoterepository = main-remote
autorefresh = 5
quick = 10
postsynchook = notmuch new

[Repository main-local]
type = Maildir
localfolders = ~/Maildir

[Repository main-remote]
type = IMAP
ssl = yes
cert_fingerprint = aa7eaf38f6d1f00a91dc1024aadfc973d5f5266f
remotehost = mail.tozt.net
remoteuser = doy
remotepasseval = get_password("mail/mail.tozt.net/doy")
maxconnections = 5
keepalive = 60
holdconnectionopen = yes
idlefolders = ['INBOX', 'work', 'work.tickets', 'work.events']
folderfilter = lambda foldername: foldername not in ['notmuch'] and not re.search('^old(\.|$)', foldername)
subscribedonly = no

# vim:ft=dosini: