Implement "search messages" action (fixes NB#57209).
[modest] / src / modest-ui-actions.h
index cbc46a5..7444cb7 100644 (file)
@@ -81,6 +81,15 @@ void     modest_ui_actions_on_move_to       (GtkAction *action, ModestWindow *wi
 void     modest_ui_actions_on_settings      (GtkAction *action, ModestWindow *win);
 
 /**
+ * modest_ui_actions_on_help:
+ * @action: a #GtkAction
+ * @win: a #ModestWindow
+ * 
+ * Shows the help dialog
+ **/
+void     modest_ui_actions_on_help          (GtkAction *action, ModestWindow *win);
+
+/**
  * modest_ui_actions_toggle_folders_view:
  * @action: the #GtkAction
  * @main_window: the #ModestMainWindow
@@ -343,6 +352,9 @@ void
 modest_ui_actions_on_header_view_csm_menu_activated (GtkAction *action,
                                                     ModestWindow *window);
 
+void
+modest_ui_actions_check_toolbar_dimming_rules (ModestWindow *window);
+
 /**
  * modest_ui_actions_move_folder_error_handler:
  * @mail_op: a #ModestMailOperation
@@ -353,5 +365,15 @@ modest_ui_actions_on_header_view_csm_menu_activated (GtkAction *action,
 void     modest_ui_actions_move_folder_error_handler      (ModestMailOperation *mail_op, 
                                                           gpointer user_data);
 
+/**
+ * modest_ui_actions_on_search_messages:
+ * @action: a #GtkAction
+ * @window: a #ModestWindow
+ *
+ * Shows the search messages dialog
+ **/
+void     modest_ui_actions_on_search_messages             (GtkAction *action,
+                                                          ModestWindow *window);
+
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */