X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-ui-actions.h;h=04c4343e7c1b7735c47f16b4e8f75391c7359408;hb=b2cb8780e917149c36a7d610d248add3edebf9f9;hp=d6af4866d7f9b828f92f9b629bbfe1f0e541c578;hpb=80c0cf4c55ca0c28f02c17ece8e5a6d3232c7d8a;p=modest diff --git a/src/modest-ui-actions.h b/src/modest-ui-actions.h index d6af486..04c4343 100644 --- a/src/modest-ui-actions.h +++ b/src/modest-ui-actions.h @@ -453,5 +453,15 @@ void modest_ui_actions_get_msgs_full_error_handler (ModestMailOperat **/ void modest_do_message_delete (TnyHeader *header, 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__ */