mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-20 17:44:18 +00:00
Monotone-Parent: 4ae01eea0221889e088ac21232d629d3b265be05
Monotone-Revision: 07066101c28f825ad99e746c40e1e3eb5c46ffd5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-06T22:54:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
#import <NGObjWeb/NSException+HTTP.h>
|
||||
#import <NGObjWeb/SoObject+SoDAV.h>
|
||||
#import <NGObjWeb/SoSecurityManager.h>
|
||||
#import <NGObjWeb/WOContext+SoObjects.h>
|
||||
#import <NGObjWeb/WOMessage.h>
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
@@ -230,7 +231,6 @@ static NSNumber *sharedYes = nil;
|
||||
return filterData;
|
||||
}
|
||||
|
||||
#warning filters is leaked here
|
||||
- (NSArray *) _parseCalendarFilters: (id <DOMElement>) parentNode
|
||||
{
|
||||
NSEnumerator *children;
|
||||
@@ -1422,6 +1422,17 @@ static NSNumber *sharedYes = nil;
|
||||
// return objectNames;
|
||||
// }
|
||||
|
||||
- (NSArray *) fetchContentObjectNames
|
||||
{
|
||||
static NSArray *cNameField = nil;
|
||||
|
||||
if (!cNameField)
|
||||
cNameField = [[NSArray alloc] initWithObjects: @"c_name", nil];
|
||||
|
||||
return [[self fetchFields: cNameField from: nil to: nil
|
||||
title: nil component: nil] objectsForKey: @"c_name"];
|
||||
}
|
||||
|
||||
/* folder type */
|
||||
|
||||
- (NSString *) folderType
|
||||
|
||||
Reference in New Issue
Block a user