diff options
author | Dan Winship <danw@src.gnome.org> | 2002-05-14 00:15:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-05-14 00:15:55 +0800 |
commit | b05542ec2dede738afe1e4dfdb583c822b98a09e (patch) | |
tree | 89d3c6f6b3fb92dca4e9bc93f802ecd780942339 /mail/ChangeLog | |
parent | c538852849865837c38a6603dcd4bf17124b03be (diff) | |
download | gsoc2013-evolution-b05542ec2dede738afe1e4dfdb583c822b98a09e.tar.gz gsoc2013-evolution-b05542ec2dede738afe1e4dfdb583c822b98a09e.tar.zst gsoc2013-evolution-b05542ec2dede738afe1e4dfdb583c822b98a09e.zip |
Update for camel_folder_append_message / camel_folder_transfer_messages_to
* (various places): Update for camel_folder_append_message /
camel_folder_transfer_messages_to API change.
* mail-ops.c (mail_append_mail): Pass the appended_uid to the
callback.
* mail-callbacks.c (composer_save_draft_cb, save_draft_done,
do_edit_messages): Take advantage of the append_message change to
keep track of the UID of the saved draft so that we can delete the
old copy of the draft each time we save a new one. Remove the
FIXME suggesting we should do that, since we're doing it now. :)
svn path=/trunk/; revision=16766
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b905febf5c..f741eea855 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2002-05-13 Dan Winship <danw@ximian.com> + + * (various places): Update for camel_folder_append_message / + camel_folder_transfer_messages_to API change. + + * mail-ops.c (mail_append_mail): Pass the appended_uid to the + callback. + + * mail-callbacks.c (composer_save_draft_cb, save_draft_done, + do_edit_messages): Take advantage of the append_message change to + keep track of the UID of the saved draft so that we can delete the + old copy of the draft each time we save a new one. Remove the + FIXME suggesting we should do that, since we're doing it now. :) + 2002-05-10 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (do_view_message): Update for the new |