aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-21 10:50:08 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-21 10:50:08 +0800
commita8705a44c50e1303157b769c59d8a86d3b008839 (patch)
treef6df7dcd2c6fca41f5717b8d242dbbc6e1221566 /mail/em-format.c
parentb476b5573e56fb9da9bc7730d920f18b5a771ab1 (diff)
downloadgsoc2013-evolution-a8705a44c50e1303157b769c59d8a86d3b008839.tar
gsoc2013-evolution-a8705a44c50e1303157b769c59d8a86d3b008839.tar.gz
gsoc2013-evolution-a8705a44c50e1303157b769c59d8a86d3b008839.tar.bz2
gsoc2013-evolution-a8705a44c50e1303157b769c59d8a86d3b008839.tar.lz
gsoc2013-evolution-a8705a44c50e1303157b769c59d8a86d3b008839.tar.xz
gsoc2013-evolution-a8705a44c50e1303157b769c59d8a86d3b008839.tar.zst
gsoc2013-evolution-a8705a44c50e1303157b769c59d8a86d3b008839.zip
** See bug #53159.
2004-01-21 Not Zed <NotZed@Ximian.com> ** See bug #53159. * em-format.c (emf_message_rfc822): removed incorrect comment, this is not a fallback. * em-format-html.c (efh_text_plain): check the content-type of the containee object, not the holder. ** See bug #52979. * em-format-html.c: take out text/x-patch and put in text/* for a text/plain fallback handler instead. * em-format-html-display.c (efhd_find_handler): allow the bonobo handlers to override the builtin ones. svn path=/trunk/; revision=24341
Diffstat (limited to 'mail/em-format.c')
-rw-r--r--mail/em-format.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-format.c b/mail/em-format.c
index b1f597af8e..ef6678dfb3 100644
--- a/mail/em-format.c
+++ b/mail/em-format.c
@@ -1292,7 +1292,6 @@ emf_multipart_signed(EMFormat *emf, CamelStream *stream, CamelMimePart *part, co
camel_cipher_validity_free(valid);
}
-/* this is only a fallback, any implementer should implement */
static void
emf_message_rfc822(EMFormat *emf, CamelStream *stream, CamelMimePart *part, const EMFormatHandler *info)
{