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

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