mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
Monotone-Parent: a1865313ff7142cbf139f7645dcbb299dd1acb92
Monotone-Revision: 06779f0bbfe40e7611b69790cf2eff4809382438 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-06-07T00:17:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -62,6 +62,15 @@
|
||||
|
||||
/* for active messages (NSDictionary instances) */
|
||||
NSMutableDictionary *messages;
|
||||
|
||||
/* for active folders (NSDictionary instances) */
|
||||
NSMutableDictionary *folders;
|
||||
|
||||
/* hackish table cache */
|
||||
MAPIStoreTable *cachedTable;
|
||||
MAPIStoreFolder *cachedFolder;
|
||||
uint64_t cachedTableFID;
|
||||
uint8_t cachedTableType;
|
||||
}
|
||||
|
||||
+ (id) contextFromURI: (const char *) newUri
|
||||
|
||||
Reference in New Issue
Block a user