SVN commit 1215020 by skelly: When a top level collection is fetched, fetch its child items. M +3 -0 entitytreemodel_p.cpp --- trunk/KDE/kdepimlibs/akonadi/entitytreemodel_p.cpp #1215019:1215020 @@ -1327,6 +1327,9 @@ q->endInsertRows(); + if ( m_itemPopulation == EntityTreeModel::ImmediatePopulation ) + fetchItems(collection); + CollectionFetchJob *job = new CollectionFetchJob( collection, CollectionFetchJob::FirstLevel, m_session ); job->fetchScope().setIncludeUnsubscribed( m_includeUnsubscribed ); job->fetchScope().setIncludeStatistics( m_includeStatistics );