mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08: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:
@@ -152,7 +152,7 @@ static enum mapistore_error
|
||||
sogo_backend_create_root_folder (const char *username,
|
||||
enum mapistore_context_role role,
|
||||
uint64_t fid, const char *name,
|
||||
struct tdb_wrap *indexingTdb,
|
||||
// struct tdb_wrap *indexingTdb,
|
||||
TALLOC_CTX *mem_ctx, char **mapistore_urip)
|
||||
{
|
||||
NSAutoreleasePool *pool;
|
||||
@@ -172,8 +172,7 @@ sogo_backend_create_root_folder (const char *username,
|
||||
withFID: fid
|
||||
andName: folderName
|
||||
forUser: userName
|
||||
withRole: role
|
||||
andTDBIndexing: indexingTdb];
|
||||
withRole: role];
|
||||
if (rc == MAPISTORE_SUCCESS)
|
||||
*mapistore_urip = [mapistoreUri asUnicodeInMemCtx: mem_ctx];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user