mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user