Ensure we hit the cache with hex-formatted keys.

This commit is contained in:
Ludovic Marcotte
2013-02-14 15:22:48 -05:00
parent c13c389ae5
commit 71b9772546
2 changed files with 2 additions and 1 deletions

View File

@@ -1229,7 +1229,7 @@ sogo_table_set_restrictions (void *table_object, struct mapi_SRestriction *restr
GSRegisterCurrentThread ();
pool = [NSAutoreleasePool new];
[table setRestrictions: restrictions];
[table cleanupCaches];
//[table cleanupCaches];
rc = MAPISTORE_SUCCESS;
*table_status = TBLSTAT_COMPLETE;
[pool release];