mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: 2af1a4a61509de5048a17987479e677756dc2134
Monotone-Revision: e08bf029e9ee41f43a434bea4375594adea34f97 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-06-19T14:46:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
return newTag;
|
||||
}
|
||||
|
||||
#warning this method could probably be optimized to speedup the rendering\
|
||||
of thousands of records
|
||||
- (NSString *)
|
||||
asWebDavStringWithNamespaces: (NSMutableDictionary *) namespaces
|
||||
{
|
||||
@@ -75,6 +77,7 @@
|
||||
nsTag = [namespaces objectForKey: ns];
|
||||
if (!nsTag)
|
||||
nsTag = [self _newTagInNamespaces: namespaces forNS: ns];
|
||||
|
||||
element = [NSString stringWithFormat: @"%@:%@",
|
||||
nsTag, [self objectForKey: @"method"]];
|
||||
[webdavString appendFormat: @"<%@", element];
|
||||
|
||||
Reference in New Issue
Block a user