aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mail.h b/mail/mail.h
index 3f5563c378..4643fc8be5 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -46,12 +46,15 @@ char *mail_crypto_openpgp_encrypt (const char *plaintext,
/* mail-format */
void mail_format_mime_message (CamelMimeMessage *mime_message,
- GtkHTML *html, GtkHTMLStream *stream,
- CamelMimeMessage *root_message);
+ GtkHTML *html, GtkHTMLStream *stream,
+ CamelMimeMessage *root_message);
EMsgComposer *mail_generate_reply (CamelMimeMessage *mime_message,
gboolean to_all);
+char *mail_get_message_body (CamelDataWrapper *data, gboolean want_plain,
+ gboolean *is_html);
+
/* mail-identify */
char *mail_identify_mime_part (CamelMimePart *part);