From 2b55a1e90c9554540413d2e74716e9c60b3710ce Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 7 Apr 2000 20:07:32 +0000 Subject: new file, for toolbar/menu callbacks (fetch_mail): fetch mail. Doesn't do * mail-ops.c: new file, for toolbar/menu callbacks (fetch_mail): fetch mail. Doesn't do mbox locking. Many kludges. * folder-browser-factory.c (control_activate): use new fetch_mail function as the callback for the "New mail" icon. Rename check_cb to random_cb. * Makefile.am: don't build test-sources since the version in CVS doesn't do much and once I've fixed it it won't be a separate program. Add mail-ops.[ch]. svn path=/trunk/; revision=2330 --- mail/mail-ops.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/mail-ops.h (limited to 'mail/mail-ops.h') diff --git a/mail/mail-ops.h b/mail/mail-ops.h new file mode 100644 index 0000000000..ed85f4d5a0 --- /dev/null +++ b/mail/mail-ops.h @@ -0,0 +1 @@ +void fetch_mail (GtkWidget *button, gpointer user_data); -- cgit v1.2.3