oc: Enforce the folder creation mapping when the FID exists

We believe the folder ID OpenChange is sending us is new
and we keep the indexing database properly updated.

Although the solution is not elegant, this could avoid
inconsistencies between what the client stores and the
relation in the MAPIStore backend.
This commit is contained in:
Enrique J. Hernández Blasco
2015-04-13 11:48:42 +02:00
parent 479bbce7d0
commit bddd67fb93
3 changed files with 32 additions and 5 deletions

View File

@@ -60,6 +60,8 @@
andFlags: (uint8_t) flags;
- (void) updateID: (uint64_t) idNbr
withURL: (NSString *) urlString;
- (BOOL) updateURL: (NSString *) urlString
withID: (uint64_t) idNbr;
@end