diff options
Diffstat (limited to 'mail/mail-format.h')
-rw-r--r-- | mail/mail-format.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/mail-format.h b/mail/mail-format.h index 22c5f9deb2..39265014d6 100644 --- a/mail/mail-format.h +++ b/mail/mail-format.h @@ -34,11 +34,7 @@ extern "C" { #include "camel/camel.h" #include "composer/e-msg-composer.h" -void mail_format_mime_message (CamelMimeMessage *mime_message, - GtkHTMLStreamHandle *header_stream, - GtkHTMLStreamHandle *body_stream); - -void mail_write_html (GtkHTMLStreamHandle *stream, const char *data); +void mail_format_mime_message (CamelMimeMessage *mime_message, GtkBox *box); EMsgComposer *mail_generate_reply (CamelMimeMessage *mime_message, gboolean to_all); |