Fixed NB#89126:
[modest] / src / modest-ui-actions.h
index c09626a..4fe0146 100644 (file)
@@ -98,6 +98,17 @@ void     modest_ui_actions_on_settings      (GtkAction *action, ModestWindow *wi
  **/
 void     modest_ui_actions_on_help          (GtkAction *action, GtkWindow *win);
 
+
+/**
+ * modest_ui_actions_on_csm_elp:
+ * @action: a #GtkAction
+ * @win: a #ModestWindow
+ * 
+ * Shows the help dialog for folder view CSM. It shows the help ID
+ * which refers to the currently selected folder if any
+ **/
+void     modest_ui_actions_on_csm_help      (GtkAction *action, GtkWindow *win);
+
 /**
  * modest_ui_actions_toggle_folders_view:
  * @action: the #GtkAction
@@ -200,18 +211,21 @@ void     modest_ui_actions_cancel_send (GtkAction *action,  ModestWindow *win);
  * @win: the window that will be used as source of the refresh mail operation
  * @force_connection: whether or not the code should try to force a new connection if we're offline
  * @poke_status: wheter ot not we want to poke the status of all mail folders
+ * @interactive: is coming from an interactive send receive.
  * 
  * Refreshes all the accounts
  **/
 void    modest_ui_actions_do_send_receive_all          (ModestWindow *win,
                                                        gboolean force_connection,
-                                                       gboolean poke_status);
+                                                       gboolean poke_status,
+                                                       gboolean interactive);
 
 /**
  * modest_ui_actions_do_send_receive:
  * @account_name: the name of the Modest account or NULL
  * @force_connection: whether or not the code should try to force a new connection if we're offline
  * @poke_status: wheter ot not we want to poke the status of all mail folders
+ * @interactive: is coming from an interactive send receive
  * @win: the window that will be used as source of the refresh mail operation
  * 
  * Refreshes the Modest account whose name is passed as argument. If
@@ -222,6 +236,7 @@ void    modest_ui_actions_do_send_receive_all          (ModestWindow *win,
 void    modest_ui_actions_do_send_receive              (const gchar *account_name,
                                                        gboolean force_connection,
                                                        gboolean poke_status,
+                                                       gboolean interactive,
                                                        ModestWindow *win);
 
 /**
@@ -520,6 +535,10 @@ void modest_ui_actions_on_account_connection_error (GtkWindow *parent_window,
 
 gchar *modest_ui_actions_get_msg_already_deleted_error_msg (ModestWindow *win);
 
+void modest_ui_actions_transfer_messages_helper (GtkWindow *win,
+                                                TnyFolder *src_folder,
+                                                TnyList *headers,
+                                                TnyFolder *dst_folder);
 
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */