mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
Monotone-Parent: 95b1c285d67a034685e2ef30e56e10e7c253438d
Monotone-Revision: 2609687767884b123c1ff765253fde7c75ef81b3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-16T02:12:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1399,7 +1399,6 @@ static Class sogoAppointmentFolderKlass = Nil;
|
||||
|
||||
- (NSString *) davCalendarOrder
|
||||
{
|
||||
NSArray *siblings;
|
||||
unsigned int order;
|
||||
|
||||
order = [[container subFolders] indexOfObject: self];
|
||||
@@ -1409,8 +1408,6 @@ static Class sogoAppointmentFolderKlass = Nil;
|
||||
|
||||
- (NSException *) setDavCalendarOrder: (NSString *) newColor
|
||||
{
|
||||
NSException *error;
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
@@ -2218,7 +2215,7 @@ static Class sogoAppointmentFolderKlass = Nil;
|
||||
@"c_classification", @"c_isallday",
|
||||
@"c_isopaque", @"c_participants", @"c_partmails",
|
||||
@"c_partstates", @"c_sequence", @"c_priority",
|
||||
@"c_cycleinfo", nil];
|
||||
@"c_cycleinfo", @"c_iscycle", nil];
|
||||
|
||||
return [self fetchFields: infos from: _startDate to: _endDate title: title
|
||||
component: _component
|
||||
|
||||
Reference in New Issue
Block a user