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

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