docker-offlineimap/offlineimap/repository
Sebastian Spaeth 93f7d0bd1f Enable debug output to see what folderfilter actually filters out
It is currently very hard to find out what folderfilter actually does
and makes it hard to debug for a user. With this patch if the user has
enabled "-d imap" (even better would perhaps be a different debug type
for this kind of thing?), we see a message
"Filtering out folder 'foo' due to folderfilter"
in the logs.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-03-03 19:05:57 +01:00
..
__init__.py Add Gmail IMAP special support. 2008-01-03 04:56:55 +01:00
Base.py Make self.ui available in all Repository() derivatives 2011-03-03 19:05:57 +01:00
Gmail.py make the trash and spam folder names in Gmail accounts configurable 2008-08-13 00:03:13 -05:00
IMAP.py Enable debug output to see what folderfilter actually filters out 2011-03-03 19:05:57 +01:00
LocalStatus.py Added ability to disable fsync() 2008-08-02 14:55:08 -05:00
Maildir.py repository/*: replace UIBase.getglobalui() with getglobalui() 2011-01-05 19:24:00 +01:00