diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-07 16:37:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-07 16:37:07 +0800 |
commit | cf0a938afbc1c1622111bfd249e0bba75eea3033 (patch) | |
tree | ec655f4b562b8208ed71cc46add7188408cac0e2 /mail/mail.h | |
parent | 9739fb5219a67aab4e7e7f2b84ec3795ef042f09 (diff) | |
download | gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.tar.gz gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.tar.zst gsoc2013-evolution-cf0a938afbc1c1622111bfd249e0bba75eea3033.zip |
Renamed from reply_body() so other functions can use it
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (mail_get_message_body): Renamed from reply_body()
so other functions can use it
(mail_generate_reply): Updated to reflect function name changes
* mail-ops.c (real_edit_msg): Attach a callback to the send signal
svn path=/trunk/; revision=4564
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 7 |
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); |