mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-13 07:25:26 +00:00
Monotone-Parent: ed4c4894c0c554783b39ad526a74404a9cc11e8c
Monotone-Revision: bac00846545ecbaa355017083f8a425f751077c7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-19T17:40:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -282,9 +282,6 @@ static NSArray *childRecordFields = nil;
|
||||
{
|
||||
static GCSFolderManager *folderManager = nil;
|
||||
|
||||
#if 0
|
||||
return nil;
|
||||
#endif
|
||||
if (!folderManager)
|
||||
folderManager = [GCSFolderManager defaultFolderManager];
|
||||
|
||||
@@ -293,10 +290,6 @@ static NSArray *childRecordFields = nil;
|
||||
|
||||
- (GCSFolder *) ocsFolderForPath: (NSString *) _path
|
||||
{
|
||||
#if 0
|
||||
return nil;
|
||||
#endif
|
||||
|
||||
return [[self folderManager] folderAtPath: _path];
|
||||
}
|
||||
|
||||
@@ -359,10 +352,6 @@ 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