From 01f43b5944e75352ece55f61ed93f905fb689003 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 1 Jun 2007 05:38:21 +0000 Subject: [PATCH] Monotone-Parent: d6c75d1dc4f3b69b2c7aced9418fbc50b232e796 Monotone-Revision: a2b85224aedbae3b50dca9ad2d087e281dc1ee27 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T05:38:21 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/SOGo/SOGoFolder.m | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c07d16e30..0d8ea04c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-06-01 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoFolder.m ([SOGoFolder -davContentType]): + declare "httpd/unix-directory". + * SoObjects/SOGo/SOGoUser.m ([SOGoUser +initialize]): declare "UTC" as fallback timezone instead of "Canada/Eastern". ([-hasEmail:email]): make use of the new NSArray's diff --git a/SoObjects/SOGo/SOGoFolder.m b/SoObjects/SOGo/SOGoFolder.m index cf5b25c2e..8b1e08cb5 100644 --- a/SoObjects/SOGo/SOGoFolder.m +++ b/SoObjects/SOGo/SOGoFolder.m @@ -237,6 +237,11 @@ static NSString *defaultUserID = @""; return rType; } +- (NSString *) davContentType +{ + return @"httpd/unix-directory"; +} + - (NSArray *) toOneRelationshipKeys { /* toOneRelationshipKeys are the 'files' contained in a folder */ NSMutableArray *ma;