aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
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/mail.h
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/mail.h')
-rw-r--r--mail/mail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h
index 3200754099..4b398a0f4b 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -54,6 +54,9 @@ char *mail_identify_mime_part (CamelMimePart *part);
/* mail-callbacks */
void fetch_mail (GtkWidget *widget, gpointer user_data);
+void send_queued_mail (GtkWidget *widget, gpointer user_data);
+void send_receieve_mail (GtkWidget *widget, gpointer user_data);
+
void compose_msg (GtkWidget *widget, gpointer user_data);
void send_to_url (const char *url);
void forward_msg (GtkWidget *widget, gpointer user_data);