diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-03 07:58:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-03 07:58:24 +0800 |
commit | c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6 (patch) | |
tree | 2ff885e0d4b656bd5f4de4d4f27749857ab49618 /mail/ChangeLog | |
parent | be23d106da1c548762218892fe058aee1fb9e36c (diff) | |
download | gsoc2013-evolution-c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6.tar gsoc2013-evolution-c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6.tar.gz gsoc2013-evolution-c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6.tar.bz2 gsoc2013-evolution-c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6.tar.lz gsoc2013-evolution-c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6.tar.xz gsoc2013-evolution-c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6.tar.zst gsoc2013-evolution-c98a56ead46ff62ddfc938a0f422ce7bcf7a31c6.zip |
Pass the UID of the message being edited to the save-draft signal handler.
2002-04-02 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <fejj@ximian.com> + + * 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 <fejj@ximian.com> * folder-browser-ui.c: Removed an unused pixmap from |