oc: cached usercontext updates indexing_context

Instead of use always the one given on initialization
This commit is contained in:
Jesús García Sáez
2014-08-22 17:05:49 +02:00
committed by Julio García
parent 52ad0e0e5b
commit a7c2054cce
4 changed files with 21 additions and 1 deletions
+5
View File
@@ -119,6 +119,11 @@ MAPIStoreMappingKeyFromId (uint64_t idNbr)
return self;
}
- (void) updateIndexing: (struct indexing_context *) newIndexing
{
indexing = newIndexing;
}
- (void) dealloc
{
[username release];