aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-12 07:27:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-12 07:27:46 +0800
commitf385c7c54a991021b0cbdb4dc7f49ac299824071 (patch)
tree9c8df71ee2035856f9a4e8bcee51d92d92143843 /mail/mail-callbacks.h
parentef9df95977647014c1b47e01c1e884db7341fc9c (diff)
downloadgsoc2013-evolution-f385c7c54a991021b0cbdb4dc7f49ac299824071.tar
gsoc2013-evolution-f385c7c54a991021b0cbdb4dc7f49ac299824071.tar.gz
gsoc2013-evolution-f385c7c54a991021b0cbdb4dc7f49ac299824071.tar.bz2
gsoc2013-evolution-f385c7c54a991021b0cbdb4dc7f49ac299824071.tar.lz
gsoc2013-evolution-f385c7c54a991021b0cbdb4dc7f49ac299824071.tar.xz
gsoc2013-evolution-f385c7c54a991021b0cbdb4dc7f49ac299824071.tar.zst
gsoc2013-evolution-f385c7c54a991021b0cbdb4dc7f49ac299824071.zip
Added protection.
2001-03-11 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.h: Added protection. * folder-browser-factory.c: Add ActionsEmptyTrash. By the way - should we rename the bonobo verbs now that our menu structure has changed? * mail-callbacks.c (empty_trash): New callback to empty ALL of the trash folders. svn path=/trunk/; revision=8633
Diffstat (limited to 'mail/mail-callbacks.h')
-rw-r--r--mail/mail-callbacks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-callbacks.h b/mail/mail-callbacks.h
index bc04110b3c..feee9a8045 100644
--- a/mail/mail-callbacks.h
+++ b/mail/mail-callbacks.h
@@ -88,6 +88,8 @@ void configure_folder (BonoboUIComponent *uih, void *user_data, const char
void stop_threads (BonoboUIComponent *uih, void *user_data, const char *path);
+void empty_trash (BonoboUIComponent *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);
@@ -97,7 +99,6 @@ void forward_messages (CamelFolder *folder, GPtrArray *uids, gboolean inline)
void mail_print_preview_msg (MailDisplay *md);
void mail_print_msg (MailDisplay *md);
-
/* CamelStore callbacks */
void folder_created (CamelStore *store, CamelFolderInfo *fi);
void folder_deleted (CamelStore *store, CamelFolderInfo *fi);