X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/220db8a77db69c6153ac1de9ac8f014c911e6829..HEAD:/offlineimap/accounts.py diff --git a/offlineimap/accounts.py b/offlineimap/accounts.py index f0f19e4..a493396 100644 --- a/offlineimap/accounts.py +++ b/offlineimap/accounts.py @@ -241,6 +241,7 @@ class AccountSynchronizationMixin: threadutil.threadsreset(folderthreads) if siglistener.clearfolders(): break + mbnames.sort(self.name, remoterepos.foldersort) mbnames.write() localrepos.forgetfolders() remoterepos.forgetfolders()