Monotone-Parent: 28f447e944f764132e7461e3945a83c23938d406

Monotone-Revision: 284725383e8970e66810d4b8facf4af043b77fe2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-16T20:56:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-03-16 20:56:01 +00:00
parent 23ab567d6e
commit baafa421ab
5 changed files with 51 additions and 1 deletions
+10
View File
@@ -31,11 +31,13 @@
#import "MAPIStoreContactsContext.h"
#import "MAPIStoreContactsMessage.h"
#import "MAPIStoreContactsMessageTable.h"
#import "NSString+MAPIStore.h"
#import "MAPIStoreContactsFolder.h"
#include <util/time.h>
#include <gen_ndr/exchange.h>
#include <mapistore/mapistore_errors.h>
@implementation MAPIStoreContactsFolder
@@ -112,4 +114,12 @@
return [[self activeUserRoles] containsObject: SOGoRole_ObjectViewer];
}
- (int) getPidTagDefaultPostMessageClass: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
*data = [@"IPM.Contact" asUnicodeInMemCtx: memCtx];
return MAPISTORE_SUCCESS;
}
@end