mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 1f3379bc1d46c50f1894d41c482b32cc154669fd
Monotone-Revision: 10ee465c100361bd7d29696c41a31e2501089432 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-24T18:44:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -240,29 +240,6 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
// - (NSString *) roleOfUser: (NSString *) uid
|
||||
// {
|
||||
// NSArray *roles, *traversalPath;
|
||||
// NSString *objectName, *role;
|
||||
|
||||
// role = nil;
|
||||
// traversalPath = [context objectForKey: @"SoRequestTraversalPath"];
|
||||
// if ([traversalPath count] > 2)
|
||||
// {
|
||||
// objectName = [traversalPath objectAtIndex: 2];
|
||||
// roles = [[context activeUser]
|
||||
// rolesForObject: [self lookupName: objectName
|
||||
// inContext: context
|
||||
// acquire: NO]
|
||||
// inContext: context];
|
||||
// if ([roles containsObject: SOGoRole_Assistant]
|
||||
// || [roles containsObject: SOGoRole_Delegate])
|
||||
// role = SOGoRole_Assistant;
|
||||
// }
|
||||
|
||||
// return role;
|
||||
// }
|
||||
|
||||
- (BOOL) davIsCollection
|
||||
{
|
||||
return YES;
|
||||
|
||||
Reference in New Issue
Block a user