Summary: | Sorting by date in search results dialog is broken | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Hasso Tepper <hasso> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andres.karner, kollix, sergio.cinos |
Priority: | NOR | ||
Version: | 1.8 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot to illustrate bug. |
Description
Hasso Tepper
2005-02-25 13:48:55 UTC
Created attachment 9829 [details]
Screenshot to illustrate bug.
Commit which broke it - http://lists.kde.org/?l=kde-cvs&m=110511548007484&w=2 CVS commit by sanders: Revert commit "Show localized instead of ISO date in search result list" http://lists.kde.org/?l=kde-cvs&m=110511548007484&w=2 which introduced "Sorting by date in search results dialog is broken" http://bugs.kde.org/show_bug.cgi?id=100247 --Volker_Krause_Cookies; ++Hasso_Tepper_Cookies; CCMAIL:100247-done@bugs.kde.org Volker if you read this then firstly let me say hi, thanks for making an effort to contribute to KMail, secondly please be more careful and check that you don't introduce any (obvious) regressions like this one when committing code to KMail. M +1 -1 kmfldsearch.cpp 1.142 --- kdepim/kmail/kmfldsearch.cpp #1.141:1.142 @@ -496,5 +496,5 @@ void KMFldSearch::slotAddMsg(int idx) (void)new KListViewItem(mLbxMatches, mLbxMatches->lastItem(), - msg->subject(), from, msg->dateStr(), + msg->subject(), from, msg->dateIsoStr(), fName, QString::number(mFolder->serNum(idx))); *** Bug 96994 has been marked as a duplicate of this bug. *** *** Bug 102087 has been marked as a duplicate of this bug. *** *** Bug 102291 has been marked as a duplicate of this bug. *** |