* Fixes 79701, we're not forcing the connection after clicking on send&receive
[modest] / src / maemo / modest-main-window.c
index 7bde64d..14d8b8e 100644 (file)
@@ -2484,9 +2484,9 @@ refresh_account (const gchar *account_name)
        
        /* If account_name == NULL, we must update all (option All) */
        if (!account_name)
-               modest_ui_actions_do_send_receive_all (win, FALSE);
+               modest_ui_actions_do_send_receive_all (win, TRUE);
        else
-               modest_ui_actions_do_send_receive (account_name, FALSE, win);
+               modest_ui_actions_do_send_receive (account_name, TRUE, win);
        
 }