2007-08-28 Murray Cumming <murrayc@murrayc.com>
[modest] / src / modest-ui-actions.h
index d6af486..04c4343 100644 (file)
@@ -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__ */