Matthew Barnes 17ba26
--- evolution-2.9.4/mail/em-format-html.c.view-message-source	2006-12-20 10:51:00.000000000 -0500
Matthew Barnes 17ba26
+++ evolution-2.9.4/mail/em-format-html.c	2006-12-21 10:08:02.000000000 -0500
Matthew Barnes 17ba26
@@ -1872,7 +1872,7 @@
Matthew Barnes 17ba26
 	filtered_stream = camel_stream_filter_new_with_stream ((CamelStream *) stream);
Matthew Barnes 17ba26
 	html_filter = camel_mime_filter_tohtml_new (CAMEL_MIME_FILTER_TOHTML_CONVERT_NL
Matthew Barnes 17ba26
 						    | CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES
Matthew Barnes 17ba26
-						    | CAMEL_MIME_FILTER_TOHTML_ESCAPE_8BIT, 0);
Matthew Barnes 17ba26
+						    | CAMEL_MIME_FILTER_TOHTML_PRESERVE_8BIT, 0);
Matthew Barnes 17ba26
 	camel_stream_filter_add(filtered_stream, html_filter);
Matthew Barnes 17ba26
 	camel_object_unref(html_filter);
Matthew Barnes 17ba26