mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
Monotone-Parent: 88dbd2a21bc32921ce7ccfe80336f902eb022b0e
Monotone-Revision: 17b50baf79da6da49bc8ce0e951e73f58eaa2cab Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-24T19:28:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
WOContext *woContext;
|
||||
NSMutableDictionary *messageCache;
|
||||
NSMutableDictionary *subfolderCache;
|
||||
SOGoFolder *moduleFolder;
|
||||
id moduleFolder;
|
||||
}
|
||||
|
||||
+ (id) contextFromURI: (const char *) newUri
|
||||
@@ -123,6 +123,9 @@
|
||||
- (int) setPropertiesWithFMID: (uint64_t) fmid
|
||||
ofTableType: (uint8_t) tableType
|
||||
inRow: (struct SRow *) aRow;
|
||||
- (int) modifyRecipientsWithMID: (uint64_t) mid
|
||||
inRows: (struct ModifyRecipientRow *) rows
|
||||
withCount: (NSUInteger) max;
|
||||
- (int) deleteMessageWithMID: (uint64_t) mid
|
||||
withFlags: (uint8_t) flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user