Summary: | In KMail, message sorting does not work with "Important" column | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Narendra Kadoo <kadoo> |
Component: | message list | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bjoern, kollix, montel, pancho.s |
Priority: | NOR | ||
Version: | Git (master) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/3003f1f7df2e9cf4173ce6ba43a76037fbe4bab2 | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Narendra Kadoo
2009-06-23 13:12:40 UTC
can confirm with KDE 4.3. Clicking on the header of the "important" or "watched" column does show the sort indicator in the header but does not actually sort the messages. Same pb in 4.4.8 Still reproduceable in on KDE 4.9.3. Please move to kmail2, component "message list". Should be an easy fix. Git commit 3003f1f7df2e9cf4173ce6ba43a76037fbe4bab2 by Montel Laurent. Committed on 29/11/2012 at 08:46. Pushed by mlaurent into branch 'master'. Fix Bug 197597 - In KMail, message sorting does not work with "Important" column FIXED-IN: 4.10 But it will work directly with new user but when theme is already stored we must clone theme and assign order to column. M +24 -0 messagelist/core/item_p.h M +1 -1 messagelist/core/manager.cpp M +21 -1 messagelist/core/model.cpp M +2 -1 messagelist/core/model_p.h M +2 -0 messagelist/core/sortorder.cpp M +10 -9 messagelist/core/sortorder.h http://commits.kde.org/kdepim/3003f1f7df2e9cf4173ce6ba43a76037fbe4bab2 Ouch. So not at all an "easy fix"... Awesome that you nevertheless fixed it rightaway! Sorting by "Important" still doesn't work in my nightly 4.10 pre. Sorry for my uninformed question, but will the changes be automatically merged in at a later time during the 4.10 rollout? "But it will work directly with new user but when theme is already stored we must clone theme and assign order to column." |