mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-18 21:23:20 +00:00
Monotone-Parent: 9235e5dc4d151a3cba8ad842ac39e1b2d18c8201
Monotone-Revision: aee2a5da27231d521f813fbb791f9e2c968f94b2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-30T20:11:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -46,22 +46,9 @@ static Class MAPIStoreContactsFolderK;
|
||||
return @"contacts";
|
||||
}
|
||||
|
||||
+ (struct mapistore_contexts_list *) listContextsForUser: (NSString *) userName
|
||||
withTDBIndexing: (struct tdb_wrap *) indexingTdb
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
+ (enum mapistore_context_role) MAPIModuleRole
|
||||
{
|
||||
struct mapistore_contexts_list *context;
|
||||
|
||||
context = talloc_zero(memCtx, struct mapistore_contexts_list);
|
||||
context->url = talloc_asprintf (context, "sogo://%s@contacts/personal",
|
||||
[userName UTF8String]);
|
||||
// context->name = "Carnet d'adresses personnel";
|
||||
context->main_folder = true;
|
||||
context->role = MAPISTORE_CONTACTS_ROLE;
|
||||
context->tag = "tag";
|
||||
context->prev = context;
|
||||
|
||||
return context;
|
||||
return MAPISTORE_CONTACTS_ROLE;
|
||||
}
|
||||
|
||||
- (Class) MAPIStoreFolderClass
|
||||
@@ -69,9 +56,4 @@ static Class MAPIStoreContactsFolderK;
|
||||
return MAPIStoreContactsFolderK;
|
||||
}
|
||||
|
||||
- (id) rootSOGoFolder
|
||||
{
|
||||
return [userContext contactsRoot];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user