Monotone-Parent: d6c75d1dc4f3b69b2c7aced9418fbc50b232e796

Monotone-Revision: a2b85224aedbae3b50dca9ad2d087e281dc1ee27

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T05:38:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-01 05:38:21 +00:00
parent ce201cacc5
commit 01f43b5944
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -237,6 +237,11 @@ static NSString *defaultUserID = @"<default>";
return rType;
}
- (NSString *) davContentType
{
return @"httpd/unix-directory";
}
- (NSArray *) toOneRelationshipKeys {
/* toOneRelationshipKeys are the 'files' contained in a folder */
NSMutableArray *ma;