Sebastian Spaeth 64f5e557bc Fix (harmless) regex flaw when determining maildir flags
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>
2012-01-05 14:39:09 +01:00
..
2012-01-04 19:34:13 +01:00
2011-11-02 10:55:42 +01:00
2012-01-04 19:31:27 +01:00
2006-08-12 05:15:55 +01:00