Automatically mark msg as read in Mail module

This commit is contained in:
Francis Lachapelle
2016-09-22 16:08:59 -04:00
parent 0c9a301f25
commit 1c8f309c33
2 changed files with 15 additions and 3 deletions
+12
View File
@@ -84,6 +84,18 @@ static BOOL debugSoParts = NO;
}
}
- (id) init
{
if ((self = [super init]))
{
headers = nil;
headerPart = nil;
coreInfos = nil;
}
return self;
}
- (void) dealloc
{
[headers release];