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:
Ludovic Marcotte
2007-12-14 20:02:51 +00:00
parent b57a02f29f
commit 164a833f3f
3 changed files with 16 additions and 9 deletions
+1 -3
View File
@@ -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"];