* Fixes 79701, we're not forcing the connection after clicking on send&receive
authorSergio Villar Senin <svillar@igalia.com>
Mon, 28 Jan 2008 16:23:57 +0000 (16:23 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 28 Jan 2008 16:23:57 +0000 (16:23 +0000)
pmo-trunk-r4099

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);
        
 }