aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-17 04:11:36 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-17 04:11:36 +0800
commita4a43fe1fc888b7bdd4f665157f1d7911434b660 (patch)
treef500cf20ade96817aa34bccf2d25a7322b2996d1 /mail/mail-ops.c
parent29c2975207c85d57741dc5331cce244406926030 (diff)
downloadgsoc2013-evolution-a4a43fe1fc888b7bdd4f665157f1d7911434b660.tar
gsoc2013-evolution-a4a43fe1fc888b7bdd4f665157f1d7911434b660.tar.gz
gsoc2013-evolution-a4a43fe1fc888b7bdd4f665157f1d7911434b660.tar.bz2
gsoc2013-evolution-a4a43fe1fc888b7bdd4f665157f1d7911434b660.tar.lz
gsoc2013-evolution-a4a43fe1fc888b7bdd4f665157f1d7911434b660.tar.xz
gsoc2013-evolution-a4a43fe1fc888b7bdd4f665157f1d7911434b660.tar.zst
gsoc2013-evolution-a4a43fe1fc888b7bdd4f665157f1d7911434b660.zip
Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write):
2002-12-16 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (mail_error_printf): Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write): Write the content directly to gtkhtml through an html stream filter. * mail-format.c (attachment_header): Use camel_text_to_html() instead of e_text_to_html(). (write_text_header): Same. (write_address): Here too. (mail_get_message_rfc822): And here. (mail_get_message_body): And finally here. svn path=/trunk/; revision=19133
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index dd5717757d..81c5447f5d 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -45,7 +45,6 @@
#include "mail-session.h"
#include "composer/e-msg-composer.h"
#include "folder-browser.h"
-#include "e-util/e-html-utils.h"
#include "filter/filter-filter.h"