Monotone-Parent: 77306d05ac643771e7993895fdcd2955485ad2d2

Monotone-Revision: c0a73ddf1c118dc1d1ffba692d34ff101d082702

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T05:48:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-01 05:48:50 +00:00
parent a5380039b4
commit 5f7137323e
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
2007-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.
+5
View File
@@ -244,6 +244,11 @@
return YES;
}
- (NSString *) davContentType
{
return @"httpd/unix-directory";
}
- (void) setBaseOCSPath: (NSString *) newOCSPath
{
if (OCSPath)