Summary: | Jump to folder dialog does not work | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Thomas McGuire <mcguire> |
Component: | folders | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | akonadi-ports-regression |
Priority: | NOR | ||
Version: | 1.99.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 223438 |
Description
Thomas McGuire
2010-01-22 17:56:17 UTC
SVN commit 1086299 by tilladam: Ensure that we'll find a valid collection index, from an id. There are optimizations in ETM and the proxies above it that allow searces by collection id to be fast. In those cases, the start index parameter to match is ignored. If one of the proxies in between does not prooperly forward, though, as is currently the case, we have to ensure we'll still find something, so use a working start index and recursive searching by default. If the optimization hits, this'll cause no additional load, and if not, it'll be more correct. BUG: 223816 CCMAIL: stephen@kdab.com M +2 -4 folderselectiontreeview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1086299 |