Summary: | Kmail will not delete messages if not in currently selected folder | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | lnxusr |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | bjoern, montel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
lnxusr
2009-03-07 22:54:23 UTC
I can confirm this behaviour with Kubuntu release 9.10 (Karmic Koala). KMail: 1.12.2 KDE: 4.3.2 Qt: 4.5.2 Confirmed in KDE 4.3.5 This is still the case in KDE 4.4.0 Still the case with kde 4.5.0 KMMessage* FolderStorage::getMsg(int idx) { if ( idx < 0 || idx >= count() ) return 0; ... } I looked at code and when folder is not selected count() return 0 => it can't be deleted. Don't know why for the moment. Thank you for taking the time to file a bug report. KMail2 was released in 2011, and the entire code base went through significant changes. We are currently in the process of porting to Qt5 and KF5. It is unlikely that these bugs are still valid in KMail2. We welcome you to try out KMail 2 with the KDE 4.14 release and give your feedback. |