diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-02 09:44:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-02 09:44:59 +0800 |
commit | 754164e503ba405f85d0ce5123b907a6c5809712 (patch) | |
tree | 7a183dd0d4373d9c78100776bdcb5d90f8b4d358 /mail/mail.h | |
parent | a029bb7982e6f00a84d5cf43f96188dac0be3c49 (diff) | |
download | gsoc2013-evolution-754164e503ba405f85d0ce5123b907a6c5809712.tar.gz gsoc2013-evolution-754164e503ba405f85d0ce5123b907a6c5809712.tar.zst gsoc2013-evolution-754164e503ba405f85d0ce5123b907a6c5809712.zip |
Attach a callback to the postpone signal (send_to_url): Same (mail_reply):
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
svn path=/trunk/; revision=5178
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h index b17107369e..3200754099 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -79,6 +79,7 @@ void configure_folder(BonoboUIHandler *uih, void *user_data, const char *path); void mail_reply (CamelFolder *folder, CamelMimeMessage *msg, const char *uid, gboolean to_all); void composer_send_cb (EMsgComposer *composer, gpointer data); +void composer_postpone_cb (EMsgComposer *composer, gpointer data); void mail_print_msg (MailDisplay *md); void run_filter_ondemand (BonoboUIHandler *uih, gpointer user_data, const char *path); |