From a1592d02b04e16f74f0ecad2164cc188280b8c92 Mon Sep 17 00:00:00 2001 From: Jacob Brown Date: Mon, 2 Jun 2008 06:01:57 +0000 Subject: Committing on behalf of Jacob Brown 2008-06-02 Jacob Brown ** Fix for bug #529464 svn path=/trunk/; revision=35575 --- mail/ChangeLog | 6 ++++++ mail/em-format-html-display.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 0fea6f5750..ded70d8136 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2008-06-02 Jacob Brown + + ** Fix for bug #529464 + + * em-format-html-display.c: (efhd_format_optional): Do not use "handle" + 2008-06-02 Milan Crha ** Fix for bug #535749 diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 6738990a0d..bd8bcc6c2d 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -2486,7 +2486,7 @@ efhd_format_optional(EMFormat *emf, CamelStream *fstream, CamelMimePart *part, C EM_FORMAT_HTML_VPAD "

"); - html = camel_text_to_html(_("Evolution cannot render this email as it is too large to handle. You can view it unformatted or with an external text editor."), ((EMFormatHTML *)emf)->text_html_flags & CAMEL_MIME_FILTER_TOHTML_CONVERT_URLS, 0); + html = camel_text_to_html(_("Evolution cannot render this email as it is too large to process. You can view it unformatted or with an external text editor."), ((EMFormatHTML *)emf)->text_html_flags & CAMEL_MIME_FILTER_TOHTML_CONVERT_URLS, 0); camel_stream_write_string(stream, html); camel_stream_write_string(stream, "

\n"); -- cgit