mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 13:43:22 +00:00
Monotone-Parent: fd26ef54712b68d619a42454fdf11e513293163d
Monotone-Revision: aac65a31ee08c38f3f5267343de6d090bbef6381 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-04T16:06:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2011-02-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreContext.m
|
||||
(-deleteMessageWithMID:inFID:withFlags:): we need to invoke
|
||||
-cleanupCaches on the related table to avoid listing deleted
|
||||
elements after this operation.
|
||||
|
||||
2011-02-03 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* OpenChange/SOGoAppointmentObject+MAPIStore.m
|
||||
|
||||
@@ -1471,6 +1471,7 @@ _prepareContextClass (struct mapistore_context *newMemCtx,
|
||||
{
|
||||
[self logWithFormat: @"sucessfully deleted object at URL: %@", childURL];
|
||||
[mapping unregisterURLWithID: mid];
|
||||
[table cleanupCaches];
|
||||
rc = MAPISTORE_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user