aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--composer/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 8146c6a073..52599f878c 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,20 @@
+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.
+
2001-10-24 Larry Ewing <lewing@ximian.com>
* e-msg-composer.c