From c420f2074062b29c82d10589ada5cee0cb7bcd47 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 19 Oct 2001 20:03:42 +0000 Subject: Now takes a 'attach_all' argument. If !attach_all, then only attach the 2001-10-19 Jeffrey Stedfast * 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 --- composer/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 5a529ad0bf..ddf610712b 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,15 @@ +2001-10-19 Jeffrey Stedfast + + * 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. + 2001-10-18 Jeffrey Stedfast * e-msg-composer.c (best_encoding): Don't use a -- cgit v1.2.3