Monotone-Parent: ebd21a6e3c127f3eb4a8c885b2740304a24af72c

Monotone-Revision: 29c6fca131c5eeac84cb949d4484885d6ae1b0e0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-09T17:41:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-06-09 17:41:15 +00:00
parent 2521594474
commit f02ad40e31

View File

@@ -1428,7 +1428,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
return properties;
}
/* FIXME: is this really what we want? Why limit the cycleenddate? */
- (NSDictionary *) _makeCyclicFilterFrom: (NSDictionary *) filter
{
NSMutableDictionary *rc;
@@ -1492,6 +1491,9 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
return filterString;
}
/* This methods enables the mapping between comp-filter attributes and SQL
fields in the quick table. Probably unused most of the time but should be
completed one day for full CalDAV compliance. */
- (NSString *) _composeAdditionalFilters: (NSDictionary *) filter
{
NSString *additionalFilter;