]> git.madduck.net Git - etc/offlineimap.git/blob - .offlineimaprc

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

change --quiet to -u Quiet
[etc/offlineimap.git] / .offlineimaprc
1 [general]
2 metadata = ~/.var/offlineimap
3 accounts = madduck.net
4 ui = Basic
5 ignore-readonly = no
6 socktimeout = 30
7 pythonfile = ~/.offlineimap/helper.py
8 fsync = no
9 #maxsyncaccounts = 2
10
11 [mbnames]
12 enabled = yes
13 filename = ~/.var/offlineimap/mailboxes
14 header = '# generated by offlineimap\n'
15 peritem = mailboxes =%(foldername)s
16 sep = '\n'
17 footer = '\n'
18 folderfilter = py_folderfilter_mbnames
19
20 [Account madduck.net]
21 localrepository = local-main
22 remoterepository = madduck.net
23 autorefresh = 15
24 quick = 16
25 status_backend = sqlite
26 postsynchook = ionice -c3 nice -20 notmuch new
27
28 [Account madduck.net_bulk]
29 localrepository = local-main
30 remoterepository = madduck.net_bulk
31 autorefresh = 15
32 quick = 16
33 status_backend = sqlite
34 postsynchook = ionice -c3 nice -20 notmuch new
35
36 [Repository local-main]
37 type = Maildir
38 localfolders = ~/mail
39 sep = /
40
41 [Repository madduck.net]
42 type = IMAP
43 maxconnections = 5
44 holdconnectionopen = yes
45 preauthtunnel = SSH_AUTH_SOCK= ssh -TCaxS ~/.var/offlineimap/ssh_ctl_sock -o "ControlMaster auto" -o "ProtocolKeepAlives 10" -o "ConnectTimeout 60" -o "IPQoS af12" -i ~/.offlineimap/id_rsa.imap@seamus imap.madduck.net
46 expunge = yes
47 foldersort = py_foldersort_main
48 nametrans = py_nametrans
49 folderfilter = py_folderfilter_main
50 idlefolders = ['inbox', 'ardex', 'immo', 'admin', 'debian']
51
52 [Repository madduck.net_bulk]
53 type = IMAP
54 maxconnections = 1
55 holdconnectionopen = yes
56 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
57 expunge = yes
58 folderfilter = py_folderfilter_bulk
59 foldersort = py_foldersort_main