X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.c;h=32af30d211c92d2ef48a801df0672f24de7fff1a;hp=9708e5c3353358e56f4a2ccae75355c9a71ced6c;hb=06ee0f33a632215fe2948f2113e2e425151a5e2e;hpb=7cf7d40552d4509091984e1d647a4983a3205fe4 diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 9708e5c..32af30d 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -1704,7 +1704,8 @@ do_send_receive_performer (gboolean canceled, /* Send & receive. */ modest_mail_operation_queue_add (modest_runtime_get_mail_operation_queue (), mail_op); - modest_mail_operation_update_account (mail_op, info->account_name, new_messages_arrived, info->win); + modest_mail_operation_update_account (mail_op, info->account_name, (info->win) ? FALSE : TRUE, + new_messages_arrived, info->win); g_object_unref (G_OBJECT (mail_op)); clean: @@ -2399,6 +2400,10 @@ modest_ui_actions_on_send (GtkWidget *widget, ModestMsgEditWindow *edit_window) data->attachments, data->images, data->priority_flags); + + if (modest_mail_operation_get_status (mail_operation) == MODEST_MAIL_OPERATION_STATUS_IN_PROGRESS) + modest_platform_information_banner (NULL, NULL, _("mcen_ib_outbox_waiting_to_be_sent")); + /* Free data: */ g_free (from);