mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-31 11:17:17 +00:00
Automatically mark msg as read in Mail module
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user