mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 14:05:26 +00:00
Monotone-Parent: aedd631068b1147a4f0674f42632b314194f6f83
Monotone-Revision: cda3bd58c324868ead052e625bbdbcb210c60af5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-04-24T01:08:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -221,6 +221,16 @@
|
||||
return results;
|
||||
}
|
||||
|
||||
- (NSArray *) davResourceType
|
||||
{
|
||||
NSMutableArray *rType;
|
||||
|
||||
rType = [NSMutableArray arrayWithArray: [super davResourceType]];
|
||||
[rType addObject: @"principal"];
|
||||
|
||||
return rType;
|
||||
}
|
||||
|
||||
- (NSString *) _baseDAVURLWithSuffix: (NSString *) suffix
|
||||
{
|
||||
NSURL *prefixURL;
|
||||
|
||||
Reference in New Issue
Block a user