Monotone-Parent: c376ff04c7ac6aed511caec05718166c8170cc7c

Monotone-Revision: e96abacf1d7b608365ee07514a3264bb7e77e0a8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-02T20:28:42
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-11-02 20:28:42 +00:00
parent db46c4e1a5
commit 2d2da7d4e4
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -744,7 +744,7 @@ MAPIStoreExternalEntryId (NSString *cn, NSString *email)
- (int) setReadFlag: (uint8_t) flag
{
[self subclassResponsibility: _cmd];
// [self subclassResponsibility: _cmd];
return MAPISTORE_ERROR;
}