Monotone-Parent: 981dc1193bc46a857c02066a7e299b5ec4658e43

Monotone-Revision: 670a32bddc7117ef60e339622258d8cc0c3189ec

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-06T16:27:28
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-01-06 16:27:28 +00:00
parent 1b4c0de728
commit 62af6abdf9
1 changed files with 2 additions and 2 deletions

View File

@ -1441,7 +1441,8 @@ Index: sope-mime/NGImap4/NGImap4ResponseNormalizer.m
+- (NSArray *)_normalizeNamespace:(NSArray *)_namespace {
+ NSMutableArray *result;
+ NSDictionary *currentNS, *newNS;
+ NSDictionary *currentNS;
+ NSMutableDictionary *newNS;
+ NSString *newPrefix;
+ int count, max;
+
@ -1461,7 +1462,6 @@ Index: sope-mime/NGImap4/NGImap4ResponseNormalizer.m
+}
+
+- (NSDictionary *)normalizeNamespaceResponse:(NGHashMap *)_map {
+ id obj;
+ NSMutableDictionary *result;
+ NSDictionary *rawResponse;
+ NSArray *namespace;