aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
diff options
context:
space:
mode:
authorCody Russell <bratsche@gnome.org>2000-07-29 12:20:38 +0800
committerCody Russell <bratsche@src.gnome.org>2000-07-29 12:20:38 +0800
commitf34353458d545d679e9daebb22ade4f1f02c8e00 (patch)
tree9e2cd77f1d69f07e24167acdd158ab77161e76ac /mail/mail.h
parentda2fff47da91473e5299e311b7ec698463823f1f (diff)
downloadgsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar
gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar.gz
gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar.bz2
gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar.lz
gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar.xz
gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar.zst
gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.zip
Added mark_all_seen(), to mark every message in the list with
2000-07-28 Cody Russell <bratsche@gnome.org> * 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
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h1
1 files changed, 1 insertions, 0 deletions
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);