mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 14:25:32 +00:00
Monotone-Parent: 79833ccb617830b4c2d4d2ce7c590e4662e16846
Monotone-Revision: 535269ec26cac9e28483df1693160af134682680 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-06T13:59:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -591,6 +591,16 @@ static MAPIStoreMapping *mapping = nil;
|
||||
*data = llongValue;
|
||||
break;
|
||||
// case PR_INST_ID: // TODO: DOUBT
|
||||
case PR_DEPTH: // TODO: DOUBT
|
||||
longValue = talloc_zero(memCtx, uint32_t);
|
||||
*longValue = 0;
|
||||
*data = longValue;
|
||||
break;
|
||||
case PR_ROW_TYPE: // TODO: DOUBT
|
||||
longValue = talloc_zero(memCtx, uint32_t);
|
||||
*longValue = TBL_LEAF_ROW;
|
||||
*data = longValue;
|
||||
break;
|
||||
case PR_INSTANCE_NUM: // TODO: DOUBT
|
||||
longValue = talloc_zero(memCtx, uint32_t);
|
||||
*longValue = 0;
|
||||
|
||||
Reference in New Issue
Block a user