From c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 2 Apr 2002 23:58:24 +0000 Subject: Pass the UID of the message being edited to the save-draft signal handler. 2002-04-02 Jeffrey Stedfast * mail-callbacks.c (do_edit_messages): Pass the UID of the message being edited to the save-draft signal handler. (composer_save_draft_cb): Pass the old draft uid to our async append_message function and let the append_message callback worry about deleting the old draft message on success. (save_draft_done): Delete the old draft message if we successfully appended the new draft message. svn path=/trunk/; revision=16328 --- mail/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 0134d34202..6bd057596f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-04-02 Jeffrey Stedfast + + * mail-callbacks.c (do_edit_messages): Pass the UID of the message + being edited to the save-draft signal handler. + (composer_save_draft_cb): Pass the old draft uid to our async + append_message function and let the append_message callback worry + about deleting the old draft message on success. + (save_draft_done): Delete the old draft message if we successfully + appended the new draft message. + 2002-04-01 Jeffrey Stedfast * folder-browser-ui.c: Removed an unused pixmap from -- cgit v1.2.3