From 62af6abdf901b4ba7609a0a9eec6ec138d33e55c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 6 Jan 2010 16:27:28 +0000 Subject: [PATCH] Monotone-Parent: 981dc1193bc46a857c02066a7e299b5ec4658e43 Monotone-Revision: 670a32bddc7117ef60e339622258d8cc0c3189ec Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-06T16:27:28 Monotone-Branch: ca.inverse.sogo --- SOPE/sope-patchset-r1664.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SOPE/sope-patchset-r1664.diff b/SOPE/sope-patchset-r1664.diff index feff323d9..28421d383 100644 --- a/SOPE/sope-patchset-r1664.diff +++ b/SOPE/sope-patchset-r1664.diff @@ -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;