Monotone-Parent: a18a109c58aa27267200fdcfd8fda6939aa301ff

Monotone-Revision: 17defa132c3cfd45e785cdc5a3026188676dc5c3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-04T17:10:22
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-08-04 17:10:22 +00:00
parent 12f47656be
commit e2ba79bcfc
2 changed files with 10 additions and 0 deletions

View File

@ -222,6 +222,14 @@ typedef void (*getMessageData_inMemCtx_) (MAPIStoreMessage *, SEL,
: [super getPrFlagStatus: data inMemCtx: memCtx]);
}
- (int) getPrFollowupIcon: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
return ([sogoObject isKindOfClass: SOGoDraftObjectK]
? [self getLongZero: data inMemCtx: memCtx]
: [super getPrFollowupIcon: data inMemCtx: memCtx]);
}
- (void) _saveAttachment: (NSString *) attachmentKey
{
NSDictionary *properties, *metadata;

View File

@ -55,6 +55,8 @@
- (int) getPrMessageFlags: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPrFollowupIcon: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPrImportance: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getPrReceivedByEmailAddress: (void **) data