mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-21 13:18:34 +00:00
Monotone-Parent: 37431a093d394dea94622106c07943eca6cb743f
Monotone-Revision: cf0e281b1ddabaa9d9d2254c68173616e13215d0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-26T21:48:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#define TBL_COLLAPSED_CATEGORY 0x00000004
|
||||
|
||||
@class NSArray;
|
||||
@class NSFileHandle;
|
||||
@class NSMutableDictionary;
|
||||
@class NSString;
|
||||
|
||||
@@ -123,6 +124,10 @@
|
||||
- (int) setPropertiesWithFMID: (uint64_t) fmid
|
||||
ofTableType: (uint8_t) tableType
|
||||
inRow: (struct SRow *) aRow;
|
||||
- (int) setProperty: (enum MAPITAGS) property
|
||||
withFMID: (uint64_t) fmid
|
||||
ofTableType: (uint8_t) tableType
|
||||
fromFile: (NSFileHandle *) aFile;
|
||||
- (int) modifyRecipientsWithMID: (uint64_t) mid
|
||||
inRows: (struct ModifyRecipientRow *) rows
|
||||
withCount: (NSUInteger) max;
|
||||
|
||||
Reference in New Issue
Block a user