Sebastian Spaeth a280a905ca Fix "getfolders() asked to get nonexisting folder" bug
When a new remote folder was detected, we tried to create the folder
locally on the Maildir and called repository.forgetfolders() to force a
new scanning of the Maildir. However, that implementation used the
inherited base function that did nothing. We simply needed to implement
forgetfolders() to set self.folder=None, so we would force a new read in
of the updated local folder structure.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-01-05 14:23:33 +01:00
..
2012-01-04 19:31:27 +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