X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-ui-actions.h;h=7444cb75428298ff6f5aaadcad7906ba451090ec;hb=f391c18e576d961ff7a5a5b454e51ada90f246c2;hp=aca17576d7b48ae291fa52f3c51a94e9caa1ec68;hpb=c7c6dcc7f18dcf6c479c2b68e4317248c89d44c3;p=modest diff --git a/src/modest-ui-actions.h b/src/modest-ui-actions.h index aca1757..7444cb7 100644 --- a/src/modest-ui-actions.h +++ b/src/modest-ui-actions.h @@ -33,6 +33,7 @@ #include #include #include +#include "modest-mail-operation.h" G_BEGIN_DECLS @@ -80,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 @@ -221,8 +231,10 @@ void modest_ui_actions_on_delete_folder (GtkAction *action, void modest_ui_actions_on_move_folder_to_trash_folder (GtkAction *action, ModestMainWindow *main_window); +/* void modest_ui_actions_on_connection_changed (TnyDevice *device, gboolean online, ModestMainWindow *main_window); +*/ void modest_ui_actions_on_password_requested (TnyAccountStore *account_store, const gchar* server_account_name, @@ -301,16 +313,67 @@ 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_remove_attachments (GtkAction *action, - ModestWindow *window); +void +modest_ui_actions_on_email_menu_activated (GtkAction *action, + ModestWindow *window); + +void +modest_ui_actions_on_edit_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_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__ */