diff --git a/kmmainwidget.cpp b/kmmainwidget.cpp index c080b55cd..7119f8028 100644 --- a/kmmainwidget.cpp +++ b/kmmainwidget.cpp @@ -511,6 +511,9 @@ void KMMainWidget::slotCollectionFetched( int collectionId ) mCurrentFolder->setCollection( MailCommon::Util::updatedCollection( mCurrentFolder->collection() ) ); updateMessageActions(); updateFolderMenu(); + } + // We call this for any collection, it could be one of our parents... + if ( mCurrentFolder ) { emit captionChangeRequest( MailCommon::Util::fullCollectionPath( mCurrentFolder->collection() ) ); } }