mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Monotone-Parent: bf1a16583327d284f358b77678f9f89a4fbae729
Monotone-Revision: 32f9a24520dba6eee15ab6f517da6469a40bf0e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-14T14:47:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -137,7 +137,6 @@ static Class MAPIStoreMailFolderK;
|
||||
createRootSecondaryFolderWithFID: (uint64_t) fid
|
||||
andName: (NSString *) newFolderName
|
||||
forUser: (NSString *) userName
|
||||
withTDBIndexing: (struct tdb_wrap *) indexingTdb
|
||||
{
|
||||
NSString *mapistoreURI, *folderName;
|
||||
MAPIStoreUserContext *userContext;
|
||||
@@ -145,7 +144,7 @@ static Class MAPIStoreMailFolderK;
|
||||
SOGoMailFolder *newFolder;
|
||||
|
||||
userContext = [MAPIStoreUserContext userContextWithUsername: userName
|
||||
andTDBIndexing: indexingTdb];
|
||||
andTDBIndexing: NULL];
|
||||
accountFolder = [[userContext rootFolders] objectForKey: @"mail"];
|
||||
folderName = [NSString stringWithFormat: @"folder%@",
|
||||
[newFolderName asCSSIdentifier]];
|
||||
|
||||
Reference in New Issue
Block a user