diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-20 04:03:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-20 04:03:42 +0800 |
commit | c420f2074062b29c82d10589ada5cee0cb7bcd47 (patch) | |
tree | f989e340c1a6d0efa3be4b8a3fb59498f505b83b /composer/e-msg-composer.h | |
parent | 1fe301e0a65de7b7d5af77678c1855d997dcf0e3 (diff) | |
download | gsoc2013-evolution-c420f2074062b29c82d10589ada5cee0cb7bcd47.tar.gz gsoc2013-evolution-c420f2074062b29c82d10589ada5cee0cb7bcd47.tar.zst gsoc2013-evolution-c420f2074062b29c82d10589ada5cee0cb7bcd47.zip |
Now takes a 'attach_all' argument. If !attach_all, then only attach the
2001-10-19 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (handle_multipart): Now takes a 'attach_all'
argument. If !attach_all, then only attach the attachment if the
part has a content-id, otherwise we can safely assume that nothing
references it thus we don't need to attach it.
(e_msg_composer_add_message_attachments): Now takes a 'attach_all'
argument that overrides the "only attach attachments if they have
a content-id header" behavior.
(e_msg_composer_new_with_message): Pass TRUE as the attach_all
argument to add_message_attachments.
svn path=/trunk/; revision=13800
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index e926ce84a7..0153fe3ccf 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -173,7 +173,8 @@ 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 settext, + gboolean attach_all); #ifdef __cplusplus } |