mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
oc: cached usercontext updates indexing_context
Instead of use always the one given on initialization
This commit is contained in:
committed by
Julio García
parent
52ad0e0e5b
commit
a7c2054cce
@@ -119,6 +119,11 @@ MAPIStoreMappingKeyFromId (uint64_t idNbr)
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void) updateIndexing: (struct indexing_context *) newIndexing
|
||||
{
|
||||
indexing = newIndexing;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
[username release];
|
||||
|
||||
Reference in New Issue
Block a user