diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-08 14:49:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-10 08:57:12 +0800 |
commit | e13eb8a5b52c0b95f5b235c61245277230d565dc (patch) | |
tree | 8cf00d8bb9927c301029725e8e4009ba84c6df1f /mail/em-format-html.c | |
parent | 6db0e254190a80cf1cccb3629442b78e76c55b36 (diff) | |
download | gsoc2013-evolution-e13eb8a5b52c0b95f5b235c61245277230d565dc.tar.gz gsoc2013-evolution-e13eb8a5b52c0b95f5b235c61245277230d565dc.tar.zst gsoc2013-evolution-e13eb8a5b52c0b95f5b235c61245277230d565dc.zip |
Add zooming and drag-and-drop to the plugin.
A bunch of crusty old code in em-format-html-display.c falls out.
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 29bb47653f..47213dc5d5 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -2105,7 +2105,6 @@ efh_image(EMFormatHTML *efh, CamelStream *stream, CamelMimePart *part, EMFormatH } static EMFormatHandler type_builtin_table[] = { -#if 0 { (gchar *) "image/gif", (EMFormatFunc)efh_image }, { (gchar *) "image/jpeg", (EMFormatFunc)efh_image }, { (gchar *) "image/png", (EMFormatFunc)efh_image }, @@ -2121,7 +2120,6 @@ static EMFormatHandler type_builtin_table[] = { { (gchar *) "image/x-portable-graymap", (EMFormatFunc)efh_image }, { (gchar *) "image/x-portable-pixmap", (EMFormatFunc)efh_image }, { (gchar *) "image/x-xpixmap", (EMFormatFunc)efh_image }, -#endif { (gchar *) "text/enriched", (EMFormatFunc)efh_text_enriched }, { (gchar *) "text/plain", (EMFormatFunc)efh_text_plain }, { (gchar *) "text/html", (EMFormatFunc)efh_text_html }, @@ -2135,10 +2133,8 @@ static EMFormatHandler type_builtin_table[] = { that some idiot mailer writers out there decide to pull out of their proverbials at random. */ -#if 0 { (gchar *) "image/jpg", (EMFormatFunc)efh_image }, { (gchar *) "image/pjpeg", (EMFormatFunc)efh_image }, -#endif /* special internal types */ |