Monotone-Parent: fa0f9bd311fd3d1239970c0d361a8ef16ecfa4f9

Monotone-Revision: 3a9c8a7bada864ce6b83c04661c09d59c8ecf8d9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-23T21:12:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-02-23 21:12:56 +00:00
parent a7920d6aaf
commit 89a3944c8b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
2012-02-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailAccount.m
(-toManyRelationshipKeysWithNamespaces:): for some reason, we were
explicitly returning the drafts folder name in the batch whether
the corresponding folder exists or not, which is useless and
wrong since the folder in question might actually be a child of
another folder.
* OpenChange/MAPIStoreContext.m (-init): restored "containersBag"
mechanism where root context folders that are deeper than the
first level of their hierarchy needs to have their parent folders

View File

@@ -182,7 +182,6 @@ static NSString *inboxFolderName = @"INBOX";
imapFolders = [[self imap4Connection] subfoldersForURL: [self imap4URL]];
folders = [imapFolders mutableCopy];
[folders autorelease];
[folders addObjectUniquely: [self draftsFolderNameInContext: nil]];
if (withNSs)
[self _appendNamespaces: folders];
else