]> code.delx.au - offlineimap/commitdiff
Slightly more debug info
authorJohn Goerzen <jgoerzen@complete.org>
Sat, 2 Aug 2008 19:37:55 +0000 (14:37 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Sat, 2 Aug 2008 19:37:55 +0000 (14:37 -0500)
offlineimap/repository/Maildir.py

index 717ffcbf64c9b51798d191bcdbe62a42ac96469f..291f35a7f9f375ff7608d32ea475a57c4dbc79c8 100644 (file)
@@ -71,6 +71,7 @@ class MaildirRepository(BaseRepository):
         # self.root directory (we'd prefer to raise an error in that case),
         # but will make the (relative) paths underneath it.  Need to use
         # makedirs to support a / separator.
+        self.debug("Is dir? " + repr(os.path.isdir(foldername)))
         if self.getsep() == '/':
             for invalid in ['new', 'cur', 'tmp', 'offlineimap.uidvalidity']:
                 for component in foldername.split('/'):