mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-20 12:29:29 +00:00
Monotone-Parent: 479a80bcb5b10e43ecadc5b5db6efa34926e52a0
Monotone-Revision: a0ed2b3f186933aa14864e802da07512d3c68379 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-28T01:56:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-10-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreFSMessage.m (-canGetProperty:): method moved
|
||||
up in MAPIStoreVolatileMessage.
|
||||
|
||||
2011-10-27 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxAttendeesEditor.js
|
||||
|
||||
@@ -65,12 +65,6 @@
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
- (BOOL) canGetProperty: (enum MAPITAGS) propTag
|
||||
{
|
||||
return ([[sogoObject properties] objectForKey: MAPIPropertyKey (propTag)]
|
||||
|| [super canGetProperty: propTag]);
|
||||
}
|
||||
|
||||
- (void) save
|
||||
{
|
||||
uint64_t newVersion;
|
||||
|
||||
@@ -103,6 +103,12 @@ Class NSNumberK;
|
||||
ASSIGN (lastModificationTime, [NSDate date]);
|
||||
}
|
||||
|
||||
- (BOOL) canGetProperty: (enum MAPITAGS) propTag
|
||||
{
|
||||
return ([super canGetProperty: propTag]
|
||||
|| [[sogoObject properties] objectForKey: MAPIPropertyKey (propTag)]);
|
||||
}
|
||||
|
||||
- (uint64_t) objectVersion
|
||||
{
|
||||
NSNumber *version;
|
||||
|
||||
Reference in New Issue
Block a user