mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-13 09:28:00 +00:00
Monotone-Parent: f2b7fe7c387ac36654ad3e24e68362b3a0a3f2c8
Monotone-Revision: 99c41084c35e71bdf38a8a88897a9ad24b1c0903 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-19T16:31:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -282,6 +282,9 @@ static NSArray *childRecordFields = nil;
|
||||
{
|
||||
static GCSFolderManager *folderManager = nil;
|
||||
|
||||
#if 0
|
||||
return nil;
|
||||
#endif
|
||||
if (!folderManager)
|
||||
folderManager = [GCSFolderManager defaultFolderManager];
|
||||
|
||||
@@ -290,6 +293,10 @@ static NSArray *childRecordFields = nil;
|
||||
|
||||
- (GCSFolder *) ocsFolderForPath: (NSString *) _path
|
||||
{
|
||||
#if 0
|
||||
return nil;
|
||||
#endif
|
||||
|
||||
return [[self folderManager] folderAtPath: _path];
|
||||
}
|
||||
|
||||
@@ -352,6 +359,10 @@ static NSArray *childRecordFields = nil;
|
||||
GCSFolder *folder;
|
||||
NSString *userLogin;
|
||||
|
||||
#if 0
|
||||
return nil;
|
||||
#endif
|
||||
|
||||
if (!ocsFolder)
|
||||
{
|
||||
ocsFolder = [self ocsFolderForPath: [self ocsPath]];
|
||||
|
||||
Reference in New Issue
Block a user