mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-15 11:53:17 +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:
@@ -202,10 +202,6 @@ static SoSecurityManager *sm = nil;
|
||||
NSURL *folderLocation;
|
||||
NSString *sql, *gcsFolderType;
|
||||
|
||||
#if 0
|
||||
return;
|
||||
#endif
|
||||
|
||||
cm = [GCSChannelManager defaultChannelManager];
|
||||
folderLocation
|
||||
= [[GCSFolderManager defaultFolderManager] folderInfoLocation];
|
||||
@@ -327,20 +323,6 @@ static SoSecurityManager *sm = nil;
|
||||
if (!subFolders)
|
||||
{
|
||||
subFolders = [NSMutableDictionary new];
|
||||
|
||||
#if 0
|
||||
SOGoGCSFolder *folder;
|
||||
if (!subFolderClass)
|
||||
subFolderClass = [[self class] subFolderClass];
|
||||
|
||||
folder = [subFolderClass objectWithName: @"personal" inContainer: self];
|
||||
[folder setDisplayName: [self defaultFolderName]];
|
||||
[folder
|
||||
setOCSPath: [NSString stringWithFormat: @"%@/personal", OCSPath]];
|
||||
[subFolders setObject: folder forKey: @"personal"];
|
||||
return;
|
||||
#endif
|
||||
|
||||
[self appendPersonalSources];
|
||||
[self appendSystemSources];
|
||||
login = [[context activeUser] login];
|
||||
|
||||
Reference in New Issue
Block a user