[Evolution] [PATCH] Turn off public folder deep searching in Evolution-exchange 1.8.0

Trond Myklebust trond.myklebust at fys.uio.no
Thu Sep 7 15:16:13 UTC 2006


Prevents Evolution from constantly searching the Exchange server's
public folder hierarchy. The latter can be fairly large for some
companies, which can cause the evolution-exchange process to incessantly
loop through it, whether or not the user is subscribed to any of the
folder entries, and becoming completely unresponsive.

Until the evolution maintainers fix their design, the public folder
hierarchy should not be marked as 'deep_searchable' by WebDAV.

Signed-off-by: Trond Myklebust <Trond.Myklebust at netapp.com>
---
--- evolution-data-server-1.8.0/servers/exchange/storage/exchange-account.c.orig	2006-09-07 11:01:02.526154324 -0400
+++ evolution-data-server-1.8.0/servers/exchange/storage/exchange-account.c	2006-09-07 00:58:09.772477843 -0400
@@ -1275,7 +1275,7 @@
 					      account->priv->identity_name,
 					      account->priv->identity_email,
 					      account->priv->source_uri,
-					      TRUE);
+					      FALSE);
 	setup_hierarchy (account, hier);
 	g_free (phys_uri_prefix);
 





More information about the Pkg-evolution-maintainers mailing list