mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: d6705d8dd1250d749b03b17d0e2cd2f84e97f49a
Monotone-Revision: 353341fbefbec06fd82685f146d83bc9bf269172 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-27T22:01:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -66,23 +66,23 @@
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
- (int) getPrOabName: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
*data = talloc_strdup (memCtx, "PR_OAB_NAME_UNICODE");
|
||||
// - (int) getPrOabName: (void **) data
|
||||
// inMemCtx: (TALLOC_CTX *) memCtx
|
||||
// {
|
||||
// *data = talloc_strdup (memCtx, "PR_OAB_NAME_UNICODE");
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
// return MAPISTORE_SUCCESS;
|
||||
// }
|
||||
|
||||
- (int) getPrOabLangid: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
/* see http://msdn.microsoft.com/en-us/goglobal/bb895996.asxp */
|
||||
/* English US */
|
||||
*data = MAPILongValue (memCtx, 0x0409);
|
||||
// - (int) getPrOabLangid: (void **) data
|
||||
// inMemCtx: (TALLOC_CTX *) memCtx
|
||||
// {
|
||||
// /* see http://msdn.microsoft.com/en-us/goglobal/bb895996.asxp */
|
||||
// /* English US */
|
||||
// *data = MAPILongValue (memCtx, 0x0409);
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
// return MAPISTORE_SUCCESS;
|
||||
// }
|
||||
|
||||
- (int) getPrTitle: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
|
||||
Reference in New Issue
Block a user