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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <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. + 2001-10-18 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (best_encoding): Don't use a |