mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-24 10:56:22 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
@@ -196,6 +196,7 @@ static BOOL kontactGroupDAV = YES;
|
||||
|
||||
if ((etag = [self davEntityTag]) != nil)
|
||||
[r setHeader:etag forKey:@"etag"];
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user