mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 11:35:26 +00:00
Monotone-Parent: 5f9d55a0d0cb0f899e3675371b9a053e49774159
Monotone-Revision: 6452ccaedf1fc82f0784d6e15a8fb3179f669c27 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T00:08:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
#import <SOGo/SOGoCustomGroupFolder.h>
|
||||
#import <SOGo/AgenorUserManager.h>
|
||||
#import <SOGo/NSObject+Owner.h>
|
||||
#import <GDLContentStore/GCSFolder.h>
|
||||
#import <SaxObjC/SaxObjC.h>
|
||||
#import <NGCards/NGCards.h>
|
||||
@@ -763,14 +762,14 @@ static NSNumber *sharedYes = nil;
|
||||
to: (NSCalendarDate *) _endDate
|
||||
{
|
||||
static NSArray *infos = nil; // TODO: move to a plist file
|
||||
if (infos == nil) {
|
||||
infos = [[NSArray alloc] initWithObjects:@"partmails", @"partstates", nil];
|
||||
}
|
||||
return [self fetchFields: infos
|
||||
from: _startDate to: _endDate
|
||||
component: nil];
|
||||
}
|
||||
|
||||
if (!infos)
|
||||
infos = [[NSArray alloc] initWithObjects: @"partmails", @"partstates",
|
||||
@"isopaque", @"status", nil];
|
||||
|
||||
return [self fetchFields: infos from: _startDate to: _endDate
|
||||
component: @"vevent"];
|
||||
}
|
||||
|
||||
- (NSArray *) fetchCoreInfosFrom: (NSCalendarDate *) _startDate
|
||||
to: (NSCalendarDate *) _endDate
|
||||
|
||||
Reference in New Issue
Block a user