Monotone-Parent: b132b438ae2a6471eaa2f850473ec640709dc66d

Monotone-Revision: 394b801a38348b89095885c499bb6cf7fc9f8407

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-09T21:32:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-09 21:32:39 +00:00
parent 46a3a99547
commit 116a27bf9b
2 changed files with 4 additions and 0 deletions

View File

@@ -86,9 +86,11 @@
- (GCSFolderManager *)folderManager {
return [GCSFolderManager defaultFolderManager];
}
- (GCSFolder *)ocsFolderForPath:(NSString *)_path {
return [[self folderManager] folderAtPath:_path];
}
- (GCSFolder *)ocsFolder {
if (self->ocsFolder != nil)
return [self->ocsFolder isNotNull] ? self->ocsFolder : nil;
@@ -110,6 +112,7 @@
return records;
return [records valueForKey:@"c_name"];
}
- (NSDictionary *)fetchContentStringsAndNamesOfAllObjects {
NSDictionary *files;

View File

@@ -196,6 +196,7 @@ static BOOL kontactGroupDAV = YES;
if ((etag = [self davEntityTag]) != nil)
[r setHeader:etag forKey:@"etag"];
return r;
}