From f34353458d545d679e9daebb22ade4f1f02c8e00 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Sat, 29 Jul 2000 04:20:38 +0000 Subject: Added mark_all_seen(), to mark every message in the list with 2000-07-28 Cody Russell * mail-ops.c, mail.h: Added mark_all_seen(), to mark every message in the list with CAMEL_MESSAGE_SEEN. * folder-browser-factory.c: Added "Actions/Mark all seen". svn path=/trunk/; revision=4412 --- mail/mail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail.h') diff --git a/mail/mail.h b/mail/mail.h index 0c447f62d6..d079d6f4e9 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -56,6 +56,7 @@ void delete_msg (GtkWidget *button, gpointer user_data); void move_msg (GtkWidget *button, gpointer user_data); void print_msg (GtkWidget *button, gpointer user_data); +void mark_all_seen (BonoboUIHandler *uih, void *user_data, const char *path); void expunge_folder (BonoboUIHandler *uih, void *user_data, const char *path); void filter_edit (BonoboUIHandler *uih, void *user_data, const char *path); void vfolder_edit (BonoboUIHandler *uih, void *user_data, const char *path); -- cgit