mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
Monotone-Parent: a18a109c58aa27267200fdcfd8fda6939aa301ff
Monotone-Revision: 17defa132c3cfd45e785cdc5a3026188676dc5c3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-04T17:10:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user