diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 18420974b5..546389d5ca 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,10 +1,19 @@ 2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> + * mail-callbacks.c (compose_msg): Attach a callback to the + postpone signal + (send_to_url): Same + (mail_reply): Same + (forward_msg): Same + (composer_postpone_cb): Callback function for the postpone signal + * mail-ops.c (mail_do_setup_outbox): New convenience function to load the Outbox folder (mail_do_setup_sentbox): Same, but for Sentbox. (do_send_mail): Now saves messages in Sentbox if sent successfully - + (mail_do_append_mail): New convenience async function for + appending messages to a folder + * component-factory.c: Added outbox_folder and sent_folder (owner_set_cb): Call our new convenience functions to load Outbox and Sentbox |