mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user