]> code.delx.au - offlineimap/commitdiff
Added courier example
authorJohn Goerzen <jgoerzen@complete.org>
Mon, 17 Jan 2005 20:07:35 +0000 (21:07 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Mon, 17 Jan 2005 20:07:35 +0000 (21:07 +0100)
Keywords:

(jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-7)

ChangeLog
offlineimap.conf

index ba4520af9ddf45d8fbe3fffeff0b75587c9bdbb1..106f9f7616609d0ae69729d03d022f098a064953 100644 (file)
--- 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 <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:
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