Monotone-Parent: 38a3270c68b7a55a50c94569d54d172e37841eba

Monotone-Revision: 385b1ef1c54f07a7e75a0de0fdf1149cd54755b8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-06T16:45:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-02-06 16:45:34 +00:00
parent 6dac2e38f7
commit 3cb14e0cc8
6 changed files with 66 additions and 0 deletions

View File

@@ -674,6 +674,18 @@ _prepareContextClass (struct mapistore_context *newMemCtx,
return MAPISTORE_SUCCESS;
}
- (int) setSortOrder: (const struct SSortOrderSet *) set
withFID: (uint64_t) fid andTableType: (uint8_t) type
getTableStatus: (uint8_t *) tableStatus
{
MAPIStoreMessageTable *table;
table = (MAPIStoreMessageTable *) [self _tableForFID: fid andTableType: type];
[table setSortOrder: set];
return MAPISTORE_SUCCESS;
}
- (enum MAPISTATUS) getTableProperty: (void **) data
withTag: (enum MAPITAGS) propTag
atPosition: (uint32_t) pos