]> code.delx.au - offlineimap/blobdiff - offlineimap.conf
Noted performance patch in changelog
[offlineimap] / offlineimap.conf
index 3de35fa354aaea63c7ca23152d0ba9d7e5e92882..a7c48738833cf2a0fd169a20f97516cd19c11e32 100644 (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