mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-03 06:06:24 +00:00
Monotone-Parent: 8fcaef79630a50f01c6aba0e5fdc0744c274cba6
Monotone-Revision: 87fd75f525e094b816fcad443e6fe4b2c8c8479c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-07T21:33:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -102,7 +102,8 @@ sogo_init (void)
|
||||
*/
|
||||
|
||||
static int
|
||||
sogo_create_context(TALLOC_CTX *mem_ctx, const char *uri, void **private_data)
|
||||
sogo_create_context(TALLOC_CTX *mem_ctx, const char *uri, uint64_t fid,
|
||||
void **private_data)
|
||||
{
|
||||
NSAutoreleasePool *pool;
|
||||
sogo_context *cContext;
|
||||
@@ -117,8 +118,8 @@ sogo_create_context(TALLOC_CTX *mem_ctx, const char *uri, void **private_data)
|
||||
MAPIStoreContextK = NSClassFromString (@"MAPIStoreContext");
|
||||
if (MAPIStoreContextK)
|
||||
{
|
||||
context = [MAPIStoreContextK contextFromURI: uri
|
||||
inMemCtx: mem_ctx];
|
||||
context = [MAPIStoreContextK contextFromURI: uri andFID: fid
|
||||
inMemCtx: mem_ctx];
|
||||
[context retain];
|
||||
|
||||
cContext = talloc_zero(mem_ctx, sogo_context);
|
||||
|
||||
Reference in New Issue
Block a user