]> 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:

hide grep output
[etc/offlineimap.git] / .offlineimaprc
1 [general]
2 metadata = ~/.var/offlineimap
3 accounts = seamus.madduck.net
4 ui = Noninteractive.Basic, Noninteractive.Quiet
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 seamus.madduck.net]
21 localrepository = local-seamus
22 remoterepository = seamus.madduck.net
23 autorefresh = 15
24 quick = 16
25
26 [Repository local-seamus]
27 type = Maildir
28 localfolders = ~/mail
29 sep = /
30
31 [Repository seamus.madduck.net]
32 type = IMAP
33 maxconnections = 3
34 holdconnectionopen = yes
35 remoteuser = madduck
36 preauthtunnel = SSH_AUTH_SOCK= ssh -CaxS ~/.var/offlineimap/ssh_ctl_sock -o "ControlMaster auto" -o "ProtocolKeepAlives 10" -o "ConnectTimeout 20" -i ~/.offlineimap/id_rsa.imap@seamus seamus.madduck.net
37 expunge = yes
38 foldersort = py_foldersort_seamus
39 nametrans = py_nametrans_seamus
40 folderfilter = py_folderfilter_seamus
41 idlefolders = ['inbox', 'mass', 'debian', 'ul', 'phd', 'admin']
42
43 [Account logcheck]
44 localrepository = local-logcheck
45 remoterepository = logcheck
46 autorefresh = 15
47 quick = 16
48
49 [Repository local-logcheck]
50 type = Maildir
51 localfolders = ~/mail/debian/logcheck
52 sep = /
53
54 [Repository logcheck]
55 type = IMAP
56 remotehost = imap.madduck.net
57 ssl = yes
58 maxconnections = 1
59 holdconnectionopen = yes
60 remoteuser = logcheck-todo@madduck.net
61 remotepass = logcheck
62 expunge = yes
63 nametrans = lambda folder: re.sub('^INBOX', 'todo', folder)