X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-ui-actions.h;h=69b4784b6be7fc0c5181bcbb724bcbaa1ce2f874;hb=6aa04a4745825df25bc83dcccc764acce2803f5f;hp=83287ce09c051ce7dcd7d6a5eed9a39eb2e35c4e;hpb=10b43e346fe5f475ffb4f3286f188ab099447b21;p=modest diff --git a/src/modest-ui-actions.h b/src/modest-ui-actions.h index 83287ce..69b4784 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 @@ -49,10 +50,14 @@ void modest_ui_actions_on_new_account (GtkAction *action, ModestWindow void modest_ui_actions_on_accounts (GtkAction *action, ModestWindow *win); +void modest_ui_actions_on_smtp_servers (GtkAction *action, ModestWindow *win); + void modest_ui_actions_on_add_to_contacts (GtkAction *action, ModestWindow *win); 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); @@ -75,6 +80,17 @@ void modest_ui_actions_on_details (GtkAction *action, ModestWindow *wi void modest_ui_actions_on_move_to (GtkAction *action, ModestWindow *win); +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 @@ -167,6 +183,11 @@ void modest_ui_actions_on_attach_file (GtkAction *action, void modest_ui_actions_on_remove_attachments (GtkAction *action, ModestMsgEditWindow *window); +void modest_ui_actions_on_mark_as_read (GtkAction *action, + ModestWindow *window); + +void modest_ui_actions_on_mark_as_unread (GtkAction *action, + ModestWindow *window); /** * modest_ui_actions_do_send_receive_all: @@ -212,8 +233,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, @@ -292,16 +315,77 @@ 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); +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_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); + +/** + * 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__ */