X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.c;h=ae6f9ae59128540da0067baedce0e4c70a8bdafe;hp=c479fcae728b904969138a5cd62ee2a22a86ce43;hb=a472bd787a6d9bafb41d5e0f45815a1c61af77c3;hpb=84d1104aa5cee3d80e2b2263d0d3cc0994233642 diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index c479fca..ae6f9ae 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -2229,7 +2229,7 @@ modest_mail_operation_get_msgs_full (ModestMailOperation *self, TnyIterator *iter = NULL; g_return_if_fail (MODEST_IS_MAIL_OPERATION (self)); - + /* Init mail operation */ priv = MODEST_MAIL_OPERATION_GET_PRIVATE (self); priv->status = MODEST_MAIL_OPERATION_STATUS_IN_PROGRESS; @@ -2333,6 +2333,7 @@ modest_mail_operation_get_msgs_full (ModestMailOperation *self, if (notify) notify (user_data); } + }