mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 05:49:31 +00:00
Added comments
Monotone-Parent: 186728a29cda680b5f407135f9661441a93e1027 Monotone-Revision: ccfc7eec4cbaf67a75a6234a98ca6d0b154ca196 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-24T14:35:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -631,6 +631,7 @@ static int davCalendarStartTimeLimit, davTimeLimitSeconds,
|
||||
sql = [NSString stringWithFormat: @"%@%@%@%@",
|
||||
dateSqlString, titleSqlString, componentSqlString,
|
||||
filterSqlString];
|
||||
/* sql is empty when we fetch everything (all parameters are nil) */
|
||||
if ([sql length] > 0)
|
||||
sql = [sql substringFromIndex: 4];
|
||||
else
|
||||
|
||||
@@ -58,6 +58,8 @@
|
||||
folder = [self clientObject];
|
||||
calendar = [iCalCalendar groupWithTag: @"vcalendar"];
|
||||
|
||||
/* We have to use bareFetchFields because we don't want to process anything
|
||||
* (RRULES for example) */
|
||||
array = [folder bareFetchFields: fields
|
||||
from: nil
|
||||
to: nil
|
||||
|
||||
Reference in New Issue
Block a user