64f5e557bc
The regex for catching Maildir message flags was self.infosep + '.*2,([A-Z]+)' (infosep being ':'). The .* is bogus, as there is nothing between the : and the 2, per maildir name specification, so remove that unneeded piece. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> |
||
---|---|---|
.. | ||
__init__.py | ||
Base.py | ||
Gmail.py | ||
IMAP.py | ||
LocalStatus.py | ||
LocalStatusSQLite.py | ||
Maildir.py | ||
UIDMaps.py |