diff --git a/ChangeLog b/ChangeLog index bcf6b1c89..2e19404c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-06-01 Wolfgang Sourdeau + * SoObjects/Contacts/SOGoContactFolders.m ([SOGoContactFolders + -davContentType]): same as below. + * SoObjects/Mailer/SOGoMailFolder.m ([SOGoMailFolder -initWithName:newNameinContainer:newContainer]): new overriden method setting the custom owner directly. diff --git a/SoObjects/Contacts/SOGoContactFolders.m b/SoObjects/Contacts/SOGoContactFolders.m index bbe0c5f59..0aeeab8fc 100644 --- a/SoObjects/Contacts/SOGoContactFolders.m +++ b/SoObjects/Contacts/SOGoContactFolders.m @@ -244,6 +244,11 @@ return YES; } +- (NSString *) davContentType +{ + return @"httpd/unix-directory"; +} + - (void) setBaseOCSPath: (NSString *) newOCSPath { if (OCSPath)