* when pushing the delete toolbar button in the main window, or choosing
[modest] / src / modest-ui-actions.h
index d8f14a8..91655be 100644 (file)
@@ -40,7 +40,9 @@ G_BEGIN_DECLS
 /* Menu & toolbar actions */
 void     modest_ui_actions_on_about         (GtkAction *action, ModestWindow *win);
 
-void     modest_ui_actions_on_delete        (GtkAction *action, ModestWindow *win);
+void     modest_ui_actions_on_delete_message     (GtkAction *action, ModestWindow *win);
+
+void     modest_ui_actions_on_delete_message_or_folder (GtkAction *action, ModestWindow *win);
 
 void     modest_ui_actions_on_quit          (GtkAction *action, ModestWindow *win);