X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.h;h=f646929892eb76d2b7ff50cf7df0e0e054e1328d;hp=c721541e8722c7d72e01e9138d1259a65cb7b7a6;hb=10135c887c0c30ddefa85716b06d3e5795a17651;hpb=ed582a26d532ac7a5cff3b9af16bd95ee73cb56b diff --git a/src/modest-mail-operation.h b/src/modest-mail-operation.h index c721541..f646929 100644 --- a/src/modest-mail-operation.h +++ b/src/modest-mail-operation.h @@ -424,6 +424,7 @@ void modest_mail_operation_save_to_drafts (ModestMailOperation *self, * @self: a #ModestMailOperation * @account_name: the id of a Modest account * @poke_all: if TRUE it will also do a poke_status over all folders of the account + * @interactive: if TRUE the update account was scheduled by an interactive send receive * * Asynchronously refreshes the root folders of the given store * account. The caller should add the #ModestMailOperation to a @@ -448,6 +449,7 @@ void modest_mail_operation_save_to_drafts (ModestMailOperation *self, void modest_mail_operation_update_account (ModestMailOperation *self, const gchar *account_name, gboolean poke_all, + gboolean interactive, RetrieveAllCallback retrieve_all_cb, UpdateAccountCallback callback, gpointer user_data);