mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
Monotone-Parent: 3a4de91fc3e2514ac5c72903d39f2c6522f4e044
Monotone-Revision: b5527cca41377fdda40add2bd6ca8f78f300fdef Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-01T20:20:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -187,7 +187,7 @@ static BOOL showTextAttachmentsInline = NO;
|
||||
if (headerValue)
|
||||
[headers setObject: headerValue
|
||||
forKey: headerKeys[count]];
|
||||
else
|
||||
else if ([headers objectForKey: headerKeys[count]])
|
||||
[headers removeObjectForKey: headerKeys[count]];
|
||||
}
|
||||
|
||||
@@ -569,7 +569,11 @@ static BOOL showTextAttachmentsInline = NO;
|
||||
/* attach message */
|
||||
currentUser = [context activeUser];
|
||||
if ([[currentUser messageForwarding] isEqualToString: @"inline"])
|
||||
[self setText: [sourceMail contentForInlineForward]];
|
||||
{
|
||||
[self setText: [sourceMail contentForInlineForward]];
|
||||
[self _fetchAttachments: [sourceMail fetchFileAttachmentKeys]
|
||||
fromMail: sourceMail];
|
||||
}
|
||||
else
|
||||
{
|
||||
// TODO: use subject for filename?
|
||||
|
||||
Reference in New Issue
Block a user