aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-06 08:53:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-06 08:53:20 +0800
commit9ca299b427db9febb37208a33d238463f7a9b3bd (patch)
treeb4ef8ff94113c5d81a800d45ed605f1739f3d49d /mail/mail-callbacks.h
parent2e53ea5326b120e26d3e062897b955d95988ff4f (diff)
downloadgsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar
gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.gz
gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.bz2
gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.lz
gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.xz
gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.zst
gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.zip
Added an "Undelete" option to the right-click menu and also set a mask so
2000-11-05 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser.c (on_right_click): Added an "Undelete" option to the right-click menu and also set a mask so it was only selectable if the message is marked as deleted. Also set a mask for "Mark as Read" and "Mark as Unread". * mail-callbacks.c (undelete_msg): New callback to undelete messages. svn path=/trunk/; revision=6407
Diffstat (limited to 'mail/mail-callbacks.h')
-rw-r--r--mail/mail-callbacks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-callbacks.h b/mail/mail-callbacks.h
index 31f548f629..b1fd0b3fa2 100644
--- a/mail/mail-callbacks.h
+++ b/mail/mail-callbacks.h
@@ -43,6 +43,7 @@ void forward_msg (GtkWidget *widget, gpointer user_data);
void reply_to_sender (GtkWidget *widget, gpointer user_data);
void reply_to_all (GtkWidget *widget, gpointer user_data);
void delete_msg (GtkWidget *widget, gpointer user_data);
+void undelete_msg (GtkWidget *widget, gpointer user_data);
void move_msg (GtkWidget *widget, gpointer user_data);
void copy_msg (GtkWidget *widget, gpointer user_data);
void apply_filters (GtkWidget *widget, gpointer user_data);