From 6db0e254190a80cf1cccb3629442b78e76c55b36 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 7 Nov 2009 22:09:32 -0500 Subject: Prototype an inline image plugin. Uses GtkImageView to display the image. --- mail/em-format-html-display.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 6a2f56525c..de64e2b15c 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -699,6 +699,7 @@ efhd_image(EMFormatHTML *efh, CamelStream *stream, CamelMimePart *part, EMFormat /* ********************************************************************** */ static EMFormatHandler type_builtin_table[] = { +#if 0 { (gchar *) "image/gif", (EMFormatFunc)efhd_image }, { (gchar *) "image/jpeg", (EMFormatFunc)efhd_image }, { (gchar *) "image/png", (EMFormatFunc)efhd_image }, @@ -721,6 +722,7 @@ static EMFormatHandler type_builtin_table[] = { { (gchar *) "image/jpg", (EMFormatFunc)efhd_image }, { (gchar *) "image/pjpeg", (EMFormatFunc)efhd_image }, +#endif { (gchar *) "x-evolution/message/prefix", (EMFormatFunc)efhd_message_prefix }, { (gchar *) "x-evolution/message/post-header", (EMFormatFunc)efhd_message_add_bar } -- cgit v1.2.3