aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.h
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-10-11 04:35:33 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-10-11 04:35:33 +0800
commitfee8a6f66d94161fbf7cd2d181c5021ea6be6d7f (patch)
treecd5df27955aaff2f325f47b323d75a19009a9e4e /composer/e-msg-composer.h
parent44f3c6d906ce7d69637b5bd5ac82059f8c0c0ab8 (diff)
downloadgsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar
gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.gz
gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.bz2
gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.lz
gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.xz
gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.tar.zst
gsoc2013-evolution-fee8a6f66d94161fbf7cd2d181c5021ea6be6d7f.zip
add prototype.
2001-10-10 Larry Ewing <lewing@ximian.com> * e-msg-composer.h: add prototype. * e-msg-composer.c (e_msg_composer_add_message_attachments): new function to copy attachments from the a message to a composer. (e_msg_composer_set_pending_body): make simple function to abstract this. (e_msg_composer_apply_pending_body): apply the pending body to the composer. (e_msg_composer_new_with_message): use e_msg_composer_add_message_attachments to copy attachments. svn path=/trunk/; revision=13563
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r--composer/e-msg-composer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h
index e3cc8537ee..0f727d2065 100644
--- a/composer/e-msg-composer.h
+++ b/composer/e-msg-composer.h
@@ -172,6 +172,9 @@ gboolean e_msg_composer_get_smime_encrypt (EMsgComposer *compo
gchar * e_msg_composer_get_sig_file_content (const char *sigfile,
gboolean in_html);
+void e_msg_composer_add_message_attachments (EMsgComposer *composer,
+ CamelMimeMessage *msg);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */