https://bugs.kde.org/show_bug.cgi?id=363085
--- Comment #4 from bl...@vivaldi.net --- This is the actual problematic piece of code KSharedConfig::Ptr config = KMKernel::config(); Akonadi::Collection trashCollection = CommonKernel->trashCollectionFolder(); if (trashCollection.isValid()) { if (KMailSettings::self()->emptyTrashOnExit()) { Akonadi::CollectionStatisticsJob *jobStatistics = new Akonadi::CollectionStatisticsJob(trashCollection); if (jobStatistics->exec()) { if (jobStatistics->statistics().count() > 0) { mFolderCollectionMonitor->expunge(trashCollection, true /*sync*/); } } } } from kmkernel.cpp file. -- You are receiving this mail because: You are watching all bug changes.