[Kde-pim] ContactSearchJob hangs for a minute

David Faure faure at kde.org
Sat Apr 5 22:24:54 BST 2014


On Tuesday 01 April 2014 06:46:55 Christian Mollekopf wrote:
> I'll look into this this evening, but you can already work around this by 
> disabling remote search if you want.

Any news?

Indeed this made it possible for me to send emails again without waiting a full minute
between each email:

--- a/akonadi/itemsearchjob.cpp
+++ b/akonadi/itemsearchjob.cpp
@@ -34,7 +34,7 @@ class Akonadi::ItemSearchJobPrivate : public JobPrivate
 {
   public:
     ItemSearchJobPrivate( ItemSearchJob *parent, const SearchQuery &query )
-      : JobPrivate( parent ), mQuery( query ), mRecursive( false ), mRemote( true ), mEmitTimer( 0 )
+      : JobPrivate( parent ), mQuery( query ), mRecursive( false ), mRemote( false /*HACK*/ ), mEmitTimer( 0 )
     {
     }

But I assume this isn't the correct fix?

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5

_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list