mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 17:35:25 +00:00
See ChangeLog
Monotone-Parent: a1b75d2a857673c942b21ee08d20b78d221c52df Monotone-Revision: ab4eb0878b635e86fe5032c1bc571ede66655204 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-12-14T15:47:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-12-14 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m
|
||||
([SOGoAppointmentFolder -_buildStripFieldsFromFields:]):
|
||||
Don't strip the c_isopaque for the DAndTViewer role.
|
||||
|
||||
2008-12-09 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentObject.m
|
||||
|
||||
@@ -841,7 +841,7 @@ static Class sogoAppointmentFolderKlass = Nil;
|
||||
[stripFields removeObjectsInArray: [NSArray arrayWithObjects: @"c_name",
|
||||
@"c_uid", @"c_startdate",
|
||||
@"c_enddate", @"c_isallday",
|
||||
@"c_iscycle",
|
||||
@"c_iscycle", @"c_isopaque",
|
||||
@"c_classification",
|
||||
@"c_component", nil]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user