aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-25 11:27:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-25 11:27:00 +0800
commit84dcb1413f9b4d4310021a70b36e218438baf992 (patch)
treedd565af38a3970f33661fe0e49b07289e5a9bff8 /composer/e-msg-composer.h
parent6e1b3c2bd8d627cd7e47ebabbcc2ed1c66044e09 (diff)
downloadgsoc2013-evolution-84dcb1413f9b4d4310021a70b36e218438baf992.tar
gsoc2013-evolution-84dcb1413f9b4d4310021a70b36e218438baf992.tar.gz
gsoc2013-evolution-84dcb1413f9b4d4310021a70b36e218438baf992.tar.bz2
gsoc2013-evolution-84dcb1413f9b4d4310021a70b36e218438baf992.tar.lz
gsoc2013-evolution-84dcb1413f9b4d4310021a70b36e218438baf992.tar.xz
gsoc2013-evolution-84dcb1413f9b4d4310021a70b36e218438baf992.tar.zst
gsoc2013-evolution-84dcb1413f9b4d4310021a70b36e218438baf992.zip
New function that replaces handle_multpart() and
2001-10-24 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (add_attachments_from_multipart): New function that replaces handle_multpart() and handle_multipart_alternative() for add_message_attachments(). (e_msg_composer_add_message_attachments): Call add_attachments_from_multipart(). (handle_multipart_alternative): Now only used by new_with_message() and is really only designed to work well with messages generated by Evolution (ie for editing Drafts and such). (handle_multipart): Same. (e_msg_composer_new_with_message): No longer calls add_message_attachments() because we can't ever have this fail and the logic in add_message_attachments() is impossible logic. Instead do like what we used to do before the addition of add_message_attachments() came along. svn path=/trunk/; revision=14084
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r--composer/e-msg-composer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h
index 72cb00a673..e4c8d7e7da 100644
--- a/composer/e-msg-composer.h
+++ b/composer/e-msg-composer.h
@@ -177,7 +177,6 @@ gchar * e_msg_composer_get_sig_file_content (const char *sigfi
void e_msg_composer_add_message_attachments (EMsgComposer *composer,
CamelMimeMessage *message,
- gboolean settext,
gboolean just_inlines);
#ifdef __cplusplus