mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-12 05:49:42 +00:00
Monotone-Parent: aadd417d36fb0c041ee85a89145a87cc634d7aeb
Monotone-Revision: ad53dc521ff4231b5a6c7a7185ce6deda193e7e8 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-11-12T16:12:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -962,7 +962,7 @@ static Class sogoAppointmentFolderKlass = Nil;
|
||||
}
|
||||
|
||||
/* fetch recurrent apts now. we do NOT consider events with no cycle end. */
|
||||
if (_endDate)
|
||||
if (_endDate || filters)
|
||||
{
|
||||
sql = [NSString stringWithFormat: @"(c_iscycle = 1) %@ %@ %@ %@", titleSqlString,
|
||||
componentSqlString, privacySqlString, filterSqlString];
|
||||
|
||||
Reference in New Issue
Block a user