mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
Monotone-Parent: ad3f1bd9ed29f2b9c3b6a653aa3f856435440133
Monotone-Revision: a10c7483ee3fa379bb760ab378a895c024c299a3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-01-29T20:48:39 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -503,6 +503,19 @@ static BOOL sendFolderAdvisories = NO;
|
||||
return [self _subscribe: NO inContext: localContext];
|
||||
}
|
||||
|
||||
- (NSException *) davSetProperties: (NSDictionary *) setProps
|
||||
removePropertiesNamed: (NSDictionary *) removedProps
|
||||
inContext: (WOContext *) localContext
|
||||
{
|
||||
NSString *newDisplayName;
|
||||
|
||||
newDisplayName = [setProps objectForKey: @"davDisplayName"];
|
||||
if ([newDisplayName length])
|
||||
[self renameTo: newDisplayName];
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
/* acls as a container */
|
||||
|
||||
- (NSArray *) aclUsersForObjectAtPath: (NSArray *) objectPathArray;
|
||||
|
||||
Reference in New Issue
Block a user