[PATCH] Make -f option with with folder names with spaces.

Dan Christensen jdc at uwo.ca
Fri Apr 8 16:37:05 BST 2011


Sebastian Spaeth <Sebastian at SSpaeth.de> writes:

> +            foldernames = map(lambda s: s.strip(),
> +                              options.folders.split(","))

Can a foldername *start* with a space?  If so, maybe the strip should be
removed.

Dan





More information about the OfflineIMAP-project mailing list