From: John Goerzen Date: Sun, 11 May 2008 02:08:05 +0000 (-0500) Subject: Finally fix the stupid LocalStatus folder bug, I really hope! X-Git-Tag: debian/5.99.15~1 X-Git-Url: https://code.delx.au/offlineimap/commitdiff_plain/3ff37143b5f067dd6aded34a39b5562f29a8b4fe?hp=3ff37143b5f067dd6aded34a39b5562f29a8b4fe Finally fix the stupid LocalStatus folder bug, I really hope! Noted thie code: statusfolder = statusrepos.getfolder(remotefolder.getvisiblename().\ replace(remoterepos.getsep(), statusrepos.getsep())) in accounts.py. Should have been using the sep of the LocalStatus all along. refs deb#479798, #68 ---