Added courier example

Keywords: 


(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-7)
This commit is contained in:
John Goerzen 2005-01-17 21:07:35 +01:00
parent 90a72c71b6
commit 240585f2cc
2 changed files with 18 additions and 1 deletions

View File

@ -2,6 +2,18 @@
# arch-tag: automatic-ChangeLog--jgoerzen@complete.org--projects/offlineimap--head--1.0
#
2005-01-17 14:07:35 GMT John Goerzen <jgoerzen@complete.org> patch-7
Summary:
Added courier example
Revision:
offlineimap--head--1.0--patch-7
modified files:
ChangeLog offlineimap.conf
2004-11-16 17:14:17 GMT John Goerzen <jgoerzen@complete.org> patch-6
Summary:

View File

@ -1,5 +1,5 @@
# Sample configuration file
# Copyright (C) 2002 John Goerzen
# Copyright (C) 2002-2005 John Goerzen
# <jgoerzen@complete.org>
#
# This program is free software; you can redistribute it and/or modify
@ -288,6 +288,11 @@ holdconnectionopen = no
#
# nametrans = lambda foldername: re.sub('^INBOX\.', '', foldername)
# Using Courier remotely and want to duplicate its mailbox naming
# locally? Try this:
#
# nametrans = lambda foldername: re.sub('^INBOX\.*', '.', foldername)
# You can specify which folders to sync. You can do it several ways.
# I'll provide some examples. The folderfilter operates on the
# *UNTRANSLATED* name, if you specify nametrans. It should return