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

add offlineimap crontab entry
[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_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