aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-23 07:24:01 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-23 07:24:01 +0800
commit4807a4d7e75993aefc6860d2747403a7019c49e7 (patch)
tree75ee11bb941d832314eb18ad115687f91d9682f4 /mail/Makefile.am
parentdcc5cbe678dace542549f17a3db99d26450a1ea4 (diff)
downloadgsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar
gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.gz
gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.bz2
gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.lz
gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.xz
gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.zst
gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.zip
New class that wraps writing to a GtkHTML stream so that we don't have to
2001-10-22 Jeffrey Stedfast <fejj@ximian.com> * mail-stream-gtkhtml.c (mail_stream_gtkhtml_new): New class that wraps writing to a GtkHTML stream so that we don't have to write to an intermediate GByteArray. * mail-display.c (on_url_requested): Use the new Camel->GtkHTML stream - this means we don't have to chew up nearly as much memory...yay! svn path=/trunk/; revision=13911
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 4eaf97833a..ae5d1e267c 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -95,6 +95,8 @@ evolution_mail_SOURCES = \
mail-send-recv.h \
mail-session.c \
mail-session.h \
+ mail-stream-gtkhtml.c \
+ mail-stream-gtkhtml.h \
mail-tools.c \
mail-tools.h \
mail-types.h \