aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-02 09:44:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-02 09:44:59 +0800
commit754164e503ba405f85d0ce5123b907a6c5809712 (patch)
tree7a183dd0d4373d9c78100776bdcb5d90f8b4d358 /mail/ChangeLog
parenta029bb7982e6f00a84d5cf43f96188dac0be3c49 (diff)
downloadgsoc2013-evolution-754164e503ba405f85d0ce5123b907a6c5809712.tar
gsoc2013-evolution-754164e503ba405f85d0ce5123b907a6c5809712.tar.gz
gsoc2013-evolution-754164e503ba405f85d0ce5123b907a6c5809712.tar.bz2
gsoc2013-evolution-754164e503ba405f85d0ce5123b907a6c5809712.tar.lz
gsoc2013-evolution-754164e503ba405f85d0ce5123b907a6c5809712.tar.xz
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/ChangeLog')
-rw-r--r--mail/ChangeLog11
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