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
+8
View File
@@ -1278,6 +1278,14 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
return rc;
}
- (int) getPidTagDefaultPostMessageClass: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
*data = [@"IPM.Note" asUnicodeInMemCtx: memCtx];
return MAPISTORE_SUCCESS;
}
- (int) getProperty: (void **) data
withTag: (enum MAPITAGS) propTag
inMemCtx: (TALLOC_CTX *) memCtx