mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-15 03:43:29 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -244,6 +244,11 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (NSString *) davContentType
|
||||
{
|
||||
return @"httpd/unix-directory";
|
||||
}
|
||||
|
||||
- (void) setBaseOCSPath: (NSString *) newOCSPath
|
||||
{
|
||||
if (OCSPath)
|
||||
|
||||
Reference in New Issue
Block a user