* Deleted unused code
[modest] / src / modest-ui-actions.h
index 5f731b2..efea199 100644 (file)
@@ -198,15 +198,20 @@ void     modest_ui_actions_cancel_send (GtkAction *action,  ModestWindow *win);
 /**
  * modest_ui_actions_do_send_receive_all:
  * @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
  * 
  * Refreshes all the accounts
  **/
 void    modest_ui_actions_do_send_receive_all          (ModestWindow *win,
-                                                       gboolean force_connection);
+                                                       gboolean force_connection,
+                                                       gboolean poke_status);
 
 /**
  * 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
  * @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
@@ -216,6 +221,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,
                                                        ModestWindow *win);
 
 /**