diff --git a/ChangeLog b/ChangeLog index ba4520a..106f9f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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 patch-6 Summary: diff --git a/offlineimap.conf b/offlineimap.conf index 3de35fa..a7c4873 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -1,5 +1,5 @@ # Sample configuration file -# Copyright (C) 2002 John Goerzen +# Copyright (C) 2002-2005 John Goerzen # # # 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