mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-17 21:03:16 +00:00
Monotone-Parent: 25ba41e4e6d01e0f051177fd9a19d230039e2f8d
Monotone-Revision: 862ebc105874227872eb081e2806530b4de3370f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-22T21:22:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2008-02-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoFolder.m ([-davNamespaces]): removed method.
|
||||
|
||||
* SoObjects/SOGo/SOGoDAVRendererTypes.h (SoWebDAVValue): added
|
||||
SOGoDAVDictionary webdav value class.
|
||||
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
- (NSComparisonResult) compare: (id) otherFolder;
|
||||
|
||||
/* dav */
|
||||
- (NSArray *) davNamespaces;
|
||||
- (NSArray *) davResourceType;
|
||||
|
||||
/* outlook */
|
||||
|
||||
@@ -201,11 +201,6 @@
|
||||
|
||||
/* WebDAV */
|
||||
|
||||
- (NSArray *) davNamespaces
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (BOOL) davIsCollection
|
||||
{
|
||||
return [self isFolderish];
|
||||
|
||||
Reference in New Issue
Block a user