CVS commit by faure: One more displayProgress() to make sure the progressbar goes to away at the end of the sync. M +1 -0 kmfoldercachedimap.cpp 1.10 --- kdenetwork/kmail/kmfoldercachedimap.cpp #1.9:1.10 @@ -541,4 +541,5 @@ void KMFolderCachedImap::serverSyncInter //emit syncState( SYNC_STATE_SYNC_SUBFOLDERS, mSubfoldersForSync.count() ); emit newState( name(), mProgress, i18n("Synchronization done")); + mAccount->displayProgress(); if( mSubfoldersForSync.isEmpty() ) {