mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user