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

disable ssh key auth for now
[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 [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 remotehost = seamus.maduck.net
36 ssl = no
37 maxconnections = 1
38 holdconnectionopen = yes
39 remoteuser = madduck
40 #preauthtunnel = ssh -CaxS none -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" -o "ControlMaster no" -i ~/.offlineimap/id_dsa.imap seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap'
41 # while SSH key auth is disabled
42 preauthtunnel = ssh -Cax -o "KeepAlive = yes" -o "ProtocolKeepAlives = 10" -o "ConnectTimeout 20" seamus.madduck.net 'MAIL=$HOME/.maildir/ /usr/lib/dovecot/imap'
43 expunge = yes
44 foldersort = py_foldersort_seamus
45 nametrans = py_nametrans_seamus
46 folderfilter = py_folderfilter_seamus