aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-13 06:18:59 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:15 +0800
commit0477a65401f042cfbae9a636ab76b89f25a6468a (patch)
tree139be217f8e98e44fb1ea615446a4568992187fc /mail/em-composer-utils.c
parentf21da771776286769f390a6631a1a5fc2a675e76 (diff)
downloadgsoc2013-evolution-0477a65401f042cfbae9a636ab76b89f25a6468a.tar
gsoc2013-evolution-0477a65401f042cfbae9a636ab76b89f25a6468a.tar.gz
gsoc2013-evolution-0477a65401f042cfbae9a636ab76b89f25a6468a.tar.bz2
gsoc2013-evolution-0477a65401f042cfbae9a636ab76b89f25a6468a.tar.lz
gsoc2013-evolution-0477a65401f042cfbae9a636ab76b89f25a6468a.tar.xz
gsoc2013-evolution-0477a65401f042cfbae9a636ab76b89f25a6468a.tar.zst
gsoc2013-evolution-0477a65401f042cfbae9a636ab76b89f25a6468a.zip
em_format_html_print_message(): Require a CamelMimeMessage.
Let EMailReader fetch the CamelMimeMessage itself, handle errors, and then pass it off to EMFormatHTMLPrint. This also eliminates the need for em_format_html_print_raw_message().
Diffstat (limited to 'mail/em-composer-utils.c')
-rw-r--r--mail/em-composer-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index a8208dc225..e72e5db257 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -864,7 +864,7 @@ em_utils_composer_print_cb (EMsgComposer *composer,
EMFormatHTMLPrint *efhp;
efhp = em_format_html_print_new (NULL, action);
- em_format_html_print_raw_message (efhp, message);
+ em_format_html_print_message (efhp, message, NULL, NULL);
g_object_unref (efhp);
}