https://bugs.kde.org/show_bug.cgi?id=363697
--- Comment #5 from Johannes Hirte <johannes.hi...@datenkhaos.de> --- After some digging into the code, I've seen that deleted images are finally removed from the db. It's just done asynchronously, deferred for some days: bool CollectionScanner::checkDeleteRemoved() { ... return (daysPast > 7 && completeScans > 2) || (daysPast > 30 && completeScans > 0) || (completeScans > 30); } Don't know, why this is delayed so much, but I can confirm that pictures marked as deleted are purged from the db when setting completeScans > 30 in the db. -- You are receiving this mail because: You are watching all bug changes.