diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-13 06:18:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-13 06:24:42 +0800 |
commit | 8ff0684fa2e371a80cca60e8df167cc104c473c2 (patch) | |
tree | e5cca6b5e8c46feff19eb8e12ab26b4803ebdd3b /mail/em-format-html-print.h | |
parent | 6ae1b3fe3c4dfd391de92bfca42e44ff7cc8fe19 (diff) | |
download | gsoc2013-evolution-8ff0684fa2e371a80cca60e8df167cc104c473c2.tar.gz gsoc2013-evolution-8ff0684fa2e371a80cca60e8df167cc104c473c2.tar.zst gsoc2013-evolution-8ff0684fa2e371a80cca60e8df167cc104c473c2.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-format-html-print.h')
-rw-r--r-- | mail/em-format-html-print.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h index 7b05d7a28e..446f93fd78 100644 --- a/mail/em-format-html-print.h +++ b/mail/em-format-html-print.h @@ -64,10 +64,9 @@ EMFormatHTMLPrint * em_format_html_print_new (EMFormatHTML *source, GtkPrintOperationAction action); void em_format_html_print_message (EMFormatHTMLPrint *efhp, + CamelMimeMessage *message, CamelFolder *folder, const gchar *uid); -void em_format_html_print_raw_message (EMFormatHTMLPrint *efhp, - CamelMimeMessage *msg); G_END_DECLS |