diff options
author | Cody Russell <bratsche@gnome.org> | 2000-07-29 12:20:38 +0800 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2000-07-29 12:20:38 +0800 |
commit | f34353458d545d679e9daebb22ade4f1f02c8e00 (patch) | |
tree | 9e2cd77f1d69f07e24167acdd158ab77161e76ac /mail/mail.h | |
parent | da2fff47da91473e5299e311b7ec698463823f1f (diff) | |
download | gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar.gz 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.h | 1 |
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); |