Monotone-Parent: aff0225cae26a70d3ca711bd22d7459655c7f24e

Monotone-Revision: 39e4d66894e1c585c6ce895bdcf629c4e6c0999e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-08T20:05:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-07-08 20:05:50 +00:00
parent fcc4b2b070
commit 5c044411d4
5 changed files with 20 additions and 16 deletions

View File

@@ -54,7 +54,6 @@
{
if ((self = [super init]))
{
mapiRetainCount = 0;
attachmentKeys = nil;
attachmentParts = nil;
activeTables = [NSMutableArray new];
@@ -71,16 +70,6 @@
[super dealloc];
}
- (void) setMAPIRetainCount: (uint32_t) newCount
{
mapiRetainCount = newCount;
}
- (uint32_t) mapiRetainCount
{
return mapiRetainCount;
}
- (void) openMessage: (struct mapistore_message *) msg
{
static enum MAPITAGS tags[] = { PR_SUBJECT_PREFIX_UNICODE,