X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.h;h=7c43ac01695b782a38034b1c9d2ca6b71d6d4086;hp=1e44cf5efea2d5168e74421937183f1db1a4048f;hb=d68cbedf16d65a87c290ecee24bb18fe9a1eb359;hpb=7c0f4342a5d9469e6799a96551e79be5ba6b849c diff --git a/src/modest-mail-operation.h b/src/modest-mail-operation.h index 1e44cf5..7c43ac0 100644 --- a/src/modest-mail-operation.h +++ b/src/modest-mail-operation.h @@ -592,6 +592,7 @@ void modest_mail_operation_remove_msgs (ModestMailOperation *self, * modest_mail_operation_get_msg: * @self: a #ModestMailOperation * @header_list: the #TnyHeader of the message to get + * @progress_feedback: a #gboolean. If %TRUE, we'll get progress bar feedback. * @user_callback: a #GetMsgAsyncUserCallback function to call after tinymail callback execution. * @user_data: generic user data which will be passed to @user_callback function. * @@ -600,7 +601,8 @@ void modest_mail_operation_remove_msgs (ModestMailOperation *self, * #ModestMailOperation should be added to #ModestMailOperationQueue **/ void modest_mail_operation_get_msg (ModestMailOperation *self, - TnyHeader *header, + TnyHeader *header, + gboolean progress_feedback, GetMsgAsyncUserCallback user_callback, gpointer user_data); /**