All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
2 metadata = ~/.var/offlineimap
6 pythonfile = ~/.offlineimap/helper.py
12 filename = ~/.var/offlineimap/mailboxes
13 header = '# generated by offlineimap\n'
14 peritem = mailboxes =%(foldername)s
17 folderfilter = py_folderfilter_mbnames
20 localrepository = local-main
21 remoterepository = madduck.net
24 postsynchook = ! command -v notmuch >/dev/null || ionice -c3 nice -20 notmuch new
26 [Account madduck.net_bulk]
27 localrepository = local-main
28 remoterepository = madduck.net_bulk
31 #postsynchook = ionice -c3 nice -20 notmuch new
33 [Repository local-main]
38 [Repository madduck.net]
41 holdconnectionopen = yes
42 ssh_host = madduck-net.imap.madduck.net
43 imap_command = MAIL=$HOME/.maildir /usr/lib/dovecot/imap 2>/dev/null
44 preauthtunnel = exec ~/.offlineimap/preauthtunnel.sh %(ssh_host)s %(imap_command)s
46 foldersort = py_foldersort_main
47 nametrans = py_nametrans
48 folderfilter = py_folderfilter_main
50 [Repository madduck.net_bulk]
53 holdconnectionopen = no
54 ssh_host = madduck-net.imap.madduck.net
55 imap_command = MAIL=$HOME/.maildir /usr/lib/dovecot/imap 2>/dev/null
56 preauthtunnel = exec ~/.offlineimap/preauthtunnel.sh %(ssh_host)s %(imap_command)s
58 folderfilter = py_folderfilter_bulk
59 foldersort = py_foldersort_main