mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 07:44:25 +00:00
Monotone-Parent: 4b06d7cbf21f434e5a8fbe5186aa252705b8814e
Monotone-Revision: afb8a72eddabdfbaa3b6865a4ebc2398294e95c3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-12T18:43:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2011-08-12 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreTable.m (-setHandleId:): only register the
|
||||
table in the notification cache if the provided handle id is not
|
||||
null.
|
||||
|
||||
* OpenChange/MAPIStoreCalendarMessage.m (-save): resynchronise the
|
||||
container cache after the operation.
|
||||
|
||||
|
||||
@@ -302,7 +302,6 @@ static Class NSDataK, NSStringK;
|
||||
if ((self = [self init]))
|
||||
{
|
||||
container = newContainer;
|
||||
[[MAPIStoreActiveTables activeTables] registerTable: self];
|
||||
}
|
||||
|
||||
return self;
|
||||
@@ -346,6 +345,8 @@ static Class NSDataK, NSStringK;
|
||||
- (void) setHandleId: (uint32_t) newHandleId
|
||||
{
|
||||
handleId = newHandleId;
|
||||
if (newHandleId)
|
||||
[[MAPIStoreActiveTables activeTables] registerTable: self];
|
||||
}
|
||||
|
||||
- (void) destroyHandle: (uint32_t) tableHandleId
|
||||
|
||||
Reference in New Issue
Block a user