X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.c;h=6d8e4e1b25bff77b221e8ab7702bbc0714887669;hp=d589f23b400de177e16d53ba52cabdf14ffaacf7;hb=a7decb707f783a7de18e83f4085a42d018b018c3;hpb=82b4090294813fb8a74184082e57caf67718a6d3 diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index d589f23..6d8e4e1 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -563,7 +563,10 @@ modest_mail_operation_send_mail (ModestMailOperation *self, /* TODO: connect to the msg-sent in order to know when the mail operation is finished */ - tny_send_queue_add (send_queue, msg, &(priv->error)); +/* tny_send_queue_add (send_queue, msg, &(priv->error)); */ + modest_tny_send_queue_add (MODEST_TNY_SEND_QUEUE(send_queue), + msg, + &(priv->error)); /* TODO: we're setting always success, do the check in the handler */