* src/widgets/modest-window.c:
[modest] / src / modest-ui-actions.h
index 0eff091..868a672 100644 (file)
@@ -33,6 +33,7 @@
 #include <widgets/modest-main-window.h>
 #include <widgets/modest-msg-edit-window.h>
 #include <widgets/modest-recpt-view.h>
+#include "modest-mail-operation.h"
 
 G_BEGIN_DECLS
 
@@ -55,6 +56,8 @@ void     modest_ui_actions_on_add_to_contacts   (GtkAction *action, ModestWindow
 
 void     modest_ui_actions_on_select_contacts (GtkAction *action, ModestMsgEditWindow *win);
 
+void     modest_ui_actions_on_open_addressbook (GtkAction *action, ModestWindow *win);
+
 void     modest_ui_actions_on_check_names (GtkAction *action, ModestMsgEditWindow *win);
 
 void     modest_ui_actions_on_new_msg       (GtkAction *action, ModestWindow *win);
@@ -80,6 +83,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
@@ -116,9 +128,6 @@ void     modest_ui_actions_on_folder_selection_changed (ModestFolderView *folder
                                                         gboolean selected,
                                                         ModestMainWindow *main_window);
 
-void     modest_ui_actions_on_online_toggle_toggled    (GtkToggleButton *toggle,
-                                                        ModestMainWindow *main_window);
-
 void     modest_ui_actions_on_item_not_found           (ModestHeaderView *header_view,
                                                         ModestItemType type,
                                                         ModestWindow *window);
@@ -303,16 +312,99 @@ void     modest_ui_actions_on_folder_display_name_changed (ModestFolderView *fol
                                                           const gchar *display_name,
                                                           GtkWindow *window);
 
-void modest_ui_actions_view_attachment (GtkAction *action,
-                                       ModestWindow *window);
+void     modest_ui_actions_view_attachment                (GtkAction *action,
+                                                          ModestWindow *window);
+
+void     modest_ui_actions_save_attachments               (GtkAction *action,
+                                                          ModestWindow *window);
 
-void modest_ui_actions_save_attachments (GtkAction *action,
-                                        ModestWindow *window);
+void     modest_ui_actions_remove_attachments             (GtkAction *action,
+                                                          ModestWindow *window);
+
+/**
+ * modest_ui_actions_on_retrieve_msg_contents:
+ * @action: the #GtkAction
+ * @window: the #ModestWindow that issues the action
+ * 
+ * Retrieve the contents of the selected messages in the header view
+ **/
+void     modest_ui_actions_on_retrieve_msg_contents       (GtkAction *action,
+                                                          ModestWindow *window);
+
+void
+modest_ui_actions_on_email_menu_activated (GtkAction *action,
+                                         ModestWindow *window);
 
-void modest_ui_actions_remove_attachments (GtkAction *action,
-                                          ModestWindow *window);
+void
+modest_ui_actions_on_edit_menu_activated (GtkAction *action,
+                                         ModestWindow *window);
+
+void
+modest_ui_actions_on_view_menu_activated (GtkAction *action,
+                                         ModestWindow *window);
 
-                                       
+void
+modest_ui_actions_on_tools_menu_activated (GtkAction *action,
+                                         ModestWindow *window);
+
+void
+modest_ui_actions_on_attachment_menu_activated (GtkAction *action,
+                                               ModestWindow *window);
+
+void
+modest_ui_actions_on_toolbar_csm_menu_activated (GtkAction *action,
+                                                ModestWindow *window);
+
+void
+modest_ui_actions_on_folder_view_csm_menu_activated (GtkAction *action,
+                                                    ModestWindow *window);
+
+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
+ * @user_data: user data
+ * 
+ * manages an error in a mail operation that tries to move a folder
+ **/
+void     modest_ui_actions_move_folder_error_handler      (ModestMailOperation *mail_op, 
+                                                          gpointer user_data);
+/**
+ * modest_ui_actions_send-receive_error_handler:
+ * @mail_op: a #ModestMailOperation
+ * @user_data: user data
+ * 
+ * manages an error in a mail operation that tries to execute
+ * a send&receive operation.
+ **/
+void     modest_ui_actions_send_receive_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);
+
+/**
+ * modest_ui_actions_on_find_in_page:
+ * @action: a #GtkToggleAction
+ * @window: a #ModestWindow
+ *
+ * Toggles the visibility of the find in page toolbar
+ **/
+void     modest_ui_actions_on_toggle_find_in_page             (GtkToggleAction *action,
+                                                              ModestWindow *window);
 
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */