mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-18 06:34:53 +00:00
see changelog
Monotone-Parent: c5897425faf8f3a723929198ea103791db97e34a Monotone-Revision: eb56d3246a07a98ba9e1f305e99732618f2eb738 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2007-12-14T20:02:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1164,20 +1164,18 @@ static BOOL showTextAttachmentsInline = NO;
|
||||
else if (![self isEmptyValue:from])
|
||||
[map setObjects:[map objectsForKey: @"from"] forKey: @"reply-to"];
|
||||
|
||||
/* add subject */
|
||||
if (inReplyTo)
|
||||
[map setObject: inReplyTo forKey: @"in-reply-to"];
|
||||
|
||||
/* add subject */
|
||||
if ([(s = [headers objectForKey: @"subject"]) length] > 0)
|
||||
[map setObject: [s asQPSubjectString: @"utf-8"]
|
||||
forKey: @"subject"];
|
||||
// [map setObject: [s asQPSubjectString: @"utf-8"] forKey: @"subject"];
|
||||
|
||||
[map setObject: [headers objectForKey: @"message-id"]
|
||||
forKey: @"message-id"];
|
||||
|
||||
/* add standard headers */
|
||||
|
||||
dateString = [[NSCalendarDate date] rfc822DateString];
|
||||
[map addObject: dateString forKey: @"date"];
|
||||
[map addObject: @"1.0" forKey: @"MIME-Version"];
|
||||
|
||||
Reference in New Issue
Block a user