mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Monotone-Parent: 4e23e038f2b0b7eddf8b30700b8c9a8910768f98
Monotone-Revision: 9235e5dc4d151a3cba8ad842ac39e1b2d18c8201 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-29T19:55:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
@class iCalCalendar, iCalEvent;
|
||||
|
||||
static Class NSExceptionK, MAPIStoreSentItemsFolderK, MAPIStoreDraftsFolderK;
|
||||
static Class NSExceptionK;
|
||||
|
||||
@interface NSString (MAPIStoreMIME)
|
||||
|
||||
@@ -105,8 +105,6 @@ static Class NSExceptionK, MAPIStoreSentItemsFolderK, MAPIStoreDraftsFolderK;
|
||||
+ (void) initialize
|
||||
{
|
||||
NSExceptionK = [NSException class];
|
||||
MAPIStoreSentItemsFolderK = [MAPIStoreSentItemsFolder class];
|
||||
MAPIStoreDraftsFolderK = [MAPIStoreDraftsFolder class];
|
||||
}
|
||||
|
||||
- (id) init
|
||||
@@ -582,9 +580,9 @@ _compareBodyKeysByPriority (id entry1, id entry2, void *data)
|
||||
coreInfos = [sogoObject fetchCoreInfos];
|
||||
flags = [coreInfos objectForKey: @"flags"];
|
||||
|
||||
if ([container isKindOfClass: MAPIStoreSentItemsFolderK]
|
||||
|| [container isKindOfClass: MAPIStoreDraftsFolderK])
|
||||
v |= MSGFLAG_FROMME;
|
||||
// if ([container isKindOfClass: MAPIStoreSentItemsFolderK]
|
||||
// || [container isKindOfClass: MAPIStoreDraftsFolderK])
|
||||
// v |= MSGFLAG_FROMME;
|
||||
if ([flags containsObject: @"seen"])
|
||||
v |= MSGFLAG_READ;
|
||||
if ([[self attachmentKeys]
|
||||
|
||||
Reference in New Issue
Block a user