aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-03 13:56:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-03 13:56:14 +0800
commite6220851e3ae208ad833c4fcce282b1b2a730e86 (patch)
tree900751c851f59670ea08303a538f33810f8dbb1e /mail/ChangeLog
parenta1a876f80d5610ad72628c9d1451afbb2d25b2a4 (diff)
downloadgsoc2013-evolution-e6220851e3ae208ad833c4fcce282b1b2a730e86.tar
gsoc2013-evolution-e6220851e3ae208ad833c4fcce282b1b2a730e86.tar.gz
gsoc2013-evolution-e6220851e3ae208ad833c4fcce282b1b2a730e86.tar.bz2
gsoc2013-evolution-e6220851e3ae208ad833c4fcce282b1b2a730e86.tar.lz
gsoc2013-evolution-e6220851e3ae208ad833c4fcce282b1b2a730e86.tar.xz
gsoc2013-evolution-e6220851e3ae208ad833c4fcce282b1b2a730e86.tar.zst
gsoc2013-evolution-e6220851e3ae208ad833c4fcce282b1b2a730e86.zip
Change the "Get Mail" toolbar button to become "Send & Receieve"
2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser-factory.c: Change the "Get Mail" toolbar button to become "Send & Receieve" * mail-callbacks.c (send_queued_mail): New callback function for sending queued mail (send_receieve_mail): New callback for Send & Receieve that basically just calls send_queued_mail and then fetch_mail * mail-ops.c (cleanup_send_mail): Mod to be able to handle a NULL composer window (setup_send_mail): Modified to handle a NULL composer widget (mail_do_send_queue): New convenience async function to send all messages in a folder (aka all messages in a queue) svn path=/trunk/; revision=5184
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3262a63059..bbd5a267cb 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+2000-09-03 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * folder-browser-factory.c: Change the "Get Mail" toolbar button
+ to become "Send & Receieve"
+
+ * mail-callbacks.c (send_queued_mail): New callback function for
+ sending queued mail
+ (send_receieve_mail): New callback for Send & Receieve that
+ basically just calls send_queued_mail and then fetch_mail
+
+ * mail-ops.c (cleanup_send_mail): Mod to be able to handle a NULL
+ composer window
+ (setup_send_mail): Modified to handle a NULL composer widget
+ (mail_do_send_queue): New convenience async function to send all
+ messages in a folder (aka all messages in a queue)
+
2000-09-02 Jeffrey Stedfast <fejj@helixcode.com>
* mail-tools.c (mail_tool_move_folder_contents): Since POP3