[kmail2] [Bug 281227] KMail2 4.7's "Find messages ..." reproducibly fails to search: "Unknown error. (Unable to create persistent search)"

Patrick patrick at noxs.nl
Mon Aug 5 13:36:25 BST 2013


https://bugs.kde.org/show_bug.cgi?id=281227

Patrick <patrick at noxs.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |patrick at noxs.nl

--- Comment #54 from Patrick <patrick at noxs.nl> ---
I've found what's causing the problem, but it's not KMail. In the Akonadi
source, the file server/src/handler/searchpersistent.cpp (in method
SearchPersistent::parseStream()) contains the following line:
  col.setRemoteId( queryString ); // ### remove, legacy compat

This sets the remote id of the virtual collection in which the search result
will be stored to the query which KMail sends to Akonadi. This collection is
only created if it doesn't already exist. But the query used as remote id is
too long (> 255 chars).

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list