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
4 ui = Noninteractive.Basic, Noninteractive.Quiet
7 pythonfile = ~/.offlineimap/helper.py
13 filename = ~/.var/offlineimap/mailboxes
14 header = '# generated by offlineimap\n'
15 peritem = mailboxes =%(foldername)s
18 folderfilter = py_folderfilter_mbnames
21 localrepository = local-main
22 remoterepository = madduck.net
26 [Account madduck.net-bulk]
27 localrepository = local-main
28 remoterepository = madduck.net-bulk
32 [Repository local-main]
37 [Repository madduck.net]
40 holdconnectionopen = yes
41 preauthtunnel = SSH_AUTH_SOCK= ssh -TCaxS ~/.var/offlineimap/ssh_ctl_sock -o "ControlMaster auto" -o "ProtocolKeepAlives 10" -o "ConnectTimeout 60" -i ~/.offlineimap/id_rsa.imap@seamus imap.madduck.net
43 foldersort = py_foldersort_main
44 nametrans = py_nametrans_main
45 folderfilter = py_folderfilter_main
46 idlefolders = ['inbox', 'mass', 'debian', 'ul', 'phd', 'admin']
48 [Repository madduck.net-bulk]
51 holdconnectionopen = yes
52 preauthtunnel = SSH_AUTH_SOCK= ssh -TCaxS ~/.var/offlineimap/ssh_ctl_sock -o "ControlMaster auto" -o "ProtocolKeepAlives 10" -o "ConnectTimeout 60" -i ~/.offlineimap/id_rsa.imap@seamus imap.madduck.net
54 folderfilter = py_folderfilter_bulk
57 localrepository = local-logcheck
58 remoterepository = logcheck
62 [Repository local-logcheck]
64 localfolders = ~/mail/debian/logcheck
69 remotehost = imap.madduck.net
72 holdconnectionopen = yes
73 remoteuser = logcheck-todo@madduck.net
76 nametrans = lambda folder: re.sub('^INBOX', 'todo', folder)