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

fix syntax problem
[etc/offlineimap.git] / .offlineimaprc
1 [general]
2 metadata = ~/.var/offlineimap
3
4 accounts = seamus.madduck.net
5
6 ui = Noninteractive.Basic, Noninteractive.Quiet
7
8 ignore-readonly = no
9 socktimeout = 30
10
11 pythonfile = ~/.offlineimap/helper.py
12
13 #maxsyncaccounts = 2
14
15 [mbnames]
16 enabled = yes
17 filename = ~/.var/offlineimap/mailboxes
18 header = '# generated by offlineimap\n'
19 peritem = mailboxes =%(foldername)s
20 sep = '\n'
21 footer = '\n'
22 folderfilter = py_folderfilter_mbnames
23
24 [Account seamus.madduck.net]
25 localrepository = local-seamus
26 remoterepository = seamus.madduck.net
27 autorefresh = 15
28 quick = 16
29
30 [Repository local-seamus]
31 type = Maildir
32 localfolders = ~/mail
33 sep = /
34
35 [Repository seamus.madduck.net]
36 type = IMAP
37 maxconnections = 1
38 holdconnectionopen = yes
39 remoteuser = madduck
40 preauthtunnel = SSH_AUTH_SOCK= ssh -CaxS none -o "ProtocolKeepAlives 10" -o "ConnectTimeout 20" -o "ControlMaster no" -i ~/.offlineimap/id_rsa.imap@seamus seamus.madduck.net
41 expunge = yes
42 foldersort = py_foldersort_seamus
43 nametrans = py_nametrans_seamus
44 folderfilter = py_folderfilter_seamus
45
46 [Account logcheck]
47 localrepository = local-logcheck
48 remoterepository = logcheck
49 autorefresh = 15
50 quick = 16
51
52 [Repository local-logcheck]
53 type = Maildir
54 localfolders = ~/mail/debian/logcheck
55 sep = /
56
57 [Repository logcheck]
58 type = IMAP
59 remotehost = imap.madduck.net
60 ssl = yes
61 maxconnections = 1
62 holdconnectionopen = yes
63 remoteuser = logcheck-todo@madduck.net
64 remotepass = logcheck
65 expunge = yes
66 nametrans = lambda folder: re.sub('^INBOX', 'todo', folder)