From b92353c848b9ced60a58919f1d920e232d04dccd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 20 Aug 2007 17:47:13 +0000 Subject: [PATCH] Monotone-Parent: 9cc2d071b7d1404160adc61a8920fe180e03e6dd Monotone-Revision: 570d66d8008ad488c7c2237f20fef3f87882fd0e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-20T17:47:13 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17ad6ecd9..385a4d19f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-08-20 Wolfgang Sourdeau + + * UI/MailPartViewers/UIxMailPartHTMLViewer.m + ([UIxMailPartHTMLViewer -flatContentAsString]): pass the NSData + instance of [self decodedFlatContent] instead of the buggy + NSString from [super flatContentAsString] to the parser. + 2007-08-18 Wolfgang Sourdeau * UI/MailerUI/UIxMailActions.m ([UIxMailActions -deleteAction]):