From 55d6580d8627a9a85df1e6b19529196d4d9ac95a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 31 Mar 2010 20:02:13 -0400 Subject: Stop relying on CamelObject meta-data. --- em-format/em-format-quote.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'em-format/em-format-quote.c') diff --git a/em-format/em-format-quote.c b/em-format/em-format-quote.c index 40a9f405cb..bf906530f0 100644 --- a/em-format/em-format-quote.c +++ b/em-format/em-format-quote.c @@ -169,10 +169,10 @@ emfq_format_clone(EMFormat *emf, CamelFolder *folder, const gchar *uid, CamelMim g_object_unref (gconf); handle = em_format_find_handler(emf, "x-evolution/message/prefix"); if (handle) - handle->handler(emf, emfq->stream, (CamelMimePart *)msg, handle); + handle->handler(emf, emfq->stream, (CamelMimePart *)msg, handle, FALSE); handle = em_format_find_handler(emf, "x-evolution/message/rfc822"); if (handle) - handle->handler(emf, emfq->stream, (CamelMimePart *)msg, handle); + handle->handler(emf, emfq->stream, (CamelMimePart *)msg, handle, FALSE); camel_stream_flush(emfq->stream); @@ -474,7 +474,7 @@ emfq_format_attachment(EMFormat *emf, CamelStream *stream, CamelMimePart *part, camel_stream_write_string(stream, ""); - handle->handler(emf, stream, part, handle); + handle->handler(emf, stream, part, handle, FALSE); } } -- cgit v1.2.3