diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-13 03:36:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-13 03:36:08 +0800 |
commit | 91af6345792cb2824f714df5249d5fc4c035f783 (patch) | |
tree | 6258d92395b054896ad917fd71f65809c4ff6ac5 /composer/ChangeLog | |
parent | 377a4e07ab44804bca74b1a1806d2d3220a9815c (diff) | |
download | gsoc2013-evolution-91af6345792cb2824f714df5249d5fc4c035f783.tar.gz gsoc2013-evolution-91af6345792cb2824f714df5249d5fc4c035f783.tar.zst gsoc2013-evolution-91af6345792cb2824f714df5249d5fc4c035f783.zip |
Don't call new_from_mime_part() since that function now does some copying
2002-08-12 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment.c (e_msg_composer_attachment_new):
Don't call new_from_mime_part() since that function now does some
copying of the mime part rather than simply reffing it.
(e_msg_composer_attachment_new_from_mime_part): Make a copy of the
MIME part so that if the message that this part belongs to gets
deleted from the the remote store, the composer will still have a
copy of it. Fixes bug #20308.
svn path=/trunk/; revision=17760
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 33761d7e2e..89f7470b67 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,13 @@ +2002-08-12 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer-attachment.c (e_msg_composer_attachment_new): + Don't call new_from_mime_part() since that function now does some + copying of the mime part rather than simply reffing it. + (e_msg_composer_attachment_new_from_mime_part): Make a copy of the + MIME part so that if the message that this part belongs to gets + deleted from the the remote store, the composer will still have a + copy of it. Fixes bug #20308. + 2002-07-31 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (e_msg_composer_new_with_message): Parse the |