docker-offlineimap/offlineimap/repository
Sebastian Spaeth 8b3ed8b004 Fix mbox.select(foldername) readonly parameter comparison
The default parameter value was "None", and we were comparing that
directly to the imaplib2 value of is_readonly which is False or True, so
the comparison always returned "False".

Fix this by setting the default parameter to "False" and not
"None". Also convert all users of that function to use False/True.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

Conflicts:

	Changelog.draft.rst
2011-11-02 09:00:11 +01:00
..
__init__.py Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py Recache folder list after creating a new folder 2011-09-30 09:05:49 +02:00
Gmail.py repository.Gmail.getfolder() 2011-09-19 14:22:03 +02:00
IMAP.py Fix mbox.select(foldername) readonly parameter comparison 2011-11-02 09:00:11 +01:00
LocalStatus.py Don't pass in 'root' as para to LocalStatusFolders 2011-09-16 12:54:12 +02:00
Maildir.py Recache folder list after creating a new folder 2011-09-30 09:05:49 +02:00