]> code.delx.au - offlineimap/commit
Finally fix the stupid LocalStatus folder bug, I really hope!
authorJohn Goerzen <jgoerzen@complete.org>
Sun, 11 May 2008 02:08:05 +0000 (21:08 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Sun, 11 May 2008 02:08:05 +0000 (21:08 -0500)
commit3ff37143b5f067dd6aded34a39b5562f29a8b4fe
treec295f51b8685c3355fa7b76c031b8acd65329f52
parent5dc33409e3145c18e8ccdb3a0b3e5112d793fda3
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
offlineimap/repository/Base.py