From 5f7137323e4e04df58160549b96cb3a8086b7462 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 1 Jun 2007 05:48:50 +0000 Subject: [PATCH] Monotone-Parent: 77306d05ac643771e7993895fdcd2955485ad2d2 Monotone-Revision: c0a73ddf1c118dc1d1ffba692d34ff101d082702 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T05:48:50 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/Contacts/SOGoContactFolders.m | 5 +++++ 2 files changed, 8 insertions(+) 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)