X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-ui-actions.h;h=18f1def45340802b53da5ab7e7e66829f6aa7f3b;hb=d7734ffa48df9f5928ebe090cee4120ed659539e;hp=e20b93a16b8833b2ab201bcfbc25a0ab5ce8bf18;hpb=703965f6f52fab28c9762f1b5603c6feeec5a680;p=modest diff --git a/src/modest-ui-actions.h b/src/modest-ui-actions.h index e20b93a..18f1def 100644 --- a/src/modest-ui-actions.h +++ b/src/modest-ui-actions.h @@ -213,6 +213,9 @@ void modest_ui_actions_do_send_receive_all (ModestWindow *win); void modest_ui_actions_do_send_receive (const gchar *account_name, ModestWindow *win); +void +modest_do_refresh_current_folder(ModestWindow *win); + /** * modest_ui_actions_on_send_receive: * @action: a #GtkAction @@ -450,5 +453,21 @@ void modest_ui_actions_get_msgs_full_error_handler (ModestMailOperat **/ void modest_do_message_delete (TnyHeader *header, ModestWindow *win); +/** A convenience method, because deleting a message is + * otherwise complicated, and it's best to change it in one place + * when we change it. + **/ +void modest_do_messages_delete (TnyList *headers, ModestWindow *win); + +/* Show the account creation wizard dialog. + * returns: TRUE if an account was created. FALSE if the user cancelled. + */ +gboolean modest_run_account_setup_wizard (ModestWindow *win); + +gint msgs_move_to_confirmation (GtkWindow *win, + TnyFolder *dest_folder, + gboolean delete, + TnyList *headers); + G_END_DECLS #endif /* __MODEST_UI_ACTIONS_H__ */