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
3 accounts = seamus.madduck.net
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
20 [Account seamus.madduck.net]
21 localrepository = local-seamus
22 remoterepository = seamus.madduck.net
26 [Repository local-seamus]
31 [Repository seamus.madduck.net]
34 holdconnectionopen = yes
36 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 seamus.madduck.net
38 foldersort = py_foldersort_seamus
39 nametrans = py_nametrans_seamus
40 folderfilter = py_folderfilter_seamus
41 idlefolders = ['inbox', 'mass', 'debian', 'ul', 'phd', 'admin']
44 localrepository = local-logcheck
45 remoterepository = logcheck
49 [Repository local-logcheck]
51 localfolders = ~/mail/debian/logcheck
56 remotehost = imap.madduck.net
59 holdconnectionopen = yes
60 remoteuser = logcheck-todo@madduck.net
63 nametrans = lambda folder: re.sub('^INBOX', 'todo', folder)