mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 04:55:56 +00:00
Monotone-Parent: 599ccb5bc0882492dab453f5e9af28f0342e6a87
Monotone-Revision: aff6a2cc9b4208ab638ccf2f17af6bb0874f5f5b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-03T14:58:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -43,11 +43,6 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
+ (enum mapistore_context_role) MAPIModuleRole
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
+ (struct mapistore_contexts_list *) listContextsForUser: (NSString *) userName
|
||||
withTDBIndexing: (struct tdb_wrap *) indexingTdb
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
@@ -83,7 +78,7 @@
|
||||
context->name = [[currentFolder displayName]
|
||||
asUnicodeInMemCtx: context];
|
||||
context->main_folder = [nameInContainer isEqualToString: @"personal"];
|
||||
context->role = [self MAPIModuleRole];
|
||||
context->role = [self MAPIContextRole];
|
||||
context->tag = "tag";
|
||||
DLIST_ADD_END (firstContext, context, void);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user