mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 02:16:23 +00:00
Monotone-Parent: c376ff04c7ac6aed511caec05718166c8170cc7c
Monotone-Revision: e96abacf1d7b608365ee07514a3264bb7e77e0a8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-02T20:28:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-11-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreMessage.m (-setReadFlag:): make overrides
|
||||
optional.
|
||||
|
||||
* OpenChange/MAPIStoreCalendarMessage.m (-save): handle all day
|
||||
events based on the value of PidLidAppointmentSubType.
|
||||
Don't add the timezone component to the vCalendar in that case.
|
||||
|
||||
@@ -744,7 +744,7 @@ MAPIStoreExternalEntryId (NSString *cn, NSString *email)
|
||||
|
||||
- (int) setReadFlag: (uint8_t) flag
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
// [self subclassResponsibility: _cmd];
|
||||
|
||||
return MAPISTORE_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user