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;