mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-23 15:12:44 +00:00
Monotone-Parent: c1e7ef32360364c6b7731d28d8fd3d1c67f5e9e5
Monotone-Revision: a96cbe44e3664528e8b96cf10301c6a34afdd80e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T15:11:10
This commit is contained in:
@@ -634,11 +634,8 @@ static SoSecurityManager *sm = nil;
|
||||
{
|
||||
SOGoAppointmentFolder *currentFolder;
|
||||
NSArray *subFolderNames, *proxyRoles;
|
||||
NSMutableArray *subscribers;
|
||||
int folderCount, folderMax, userCount, userMax;
|
||||
|
||||
subscribers = [NSMutableArray array];
|
||||
|
||||
proxyRoles = [self _requiredProxyRolesWithWriteAccess: write];
|
||||
subFolderNames = [self subFolders];
|
||||
folderMax = [subFolderNames count];
|
||||
@@ -664,11 +661,8 @@ static SoSecurityManager *sm = nil;
|
||||
{
|
||||
SOGoAppointmentFolder *currentFolder;
|
||||
NSArray *subFolderNames;
|
||||
NSMutableArray *subscribers;
|
||||
int folderCount, folderMax, userCount, userMax;
|
||||
|
||||
subscribers = [NSMutableArray array];
|
||||
|
||||
subFolderNames = [self subFolders];
|
||||
folderMax = [subFolderNames count];
|
||||
for (folderCount = 0; folderCount < folderMax; folderCount++)
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSNull.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#import <NGObjWeb/WOContext+SoObjects.h>
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSNull.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSURL.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user