X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=inline;f=src%2Fmodest-ui-actions.h;h=d6af4866d7f9b828f92f9b629bbfe1f0e541c578;hb=40a8f5cbe03bd040fe3403dbfa6806df4fb6bc8a;hp=93a874c80a5fd015bde1d37d3111456c5a64906f;hpb=a2a1b5efeba8de666acb7fbc17ae2b2fa4b3891a;p=modest diff --git a/src/modest-ui-actions.h b/src/modest-ui-actions.h index 93a874c..d6af486 100644 --- a/src/modest-ui-actions.h +++ b/src/modest-ui-actions.h @@ -213,6 +213,9 @@ void modest_ui_actions_do_send_receive_all (ModestWindow *win); void modest_ui_actions_do_send_receive (const gchar *account_name, ModestWindow *win); +void +modest_do_refresh_current_folder(ModestWindow *win); + /** * modest_ui_actions_on_send_receive: * @action: a #GtkAction @@ -444,6 +447,11 @@ gboolean modest_ui_actions_msg_retrieval_check (ModestMailOperati void modest_ui_actions_get_msgs_full_error_handler (ModestMailOperation *mail_op, gpointer user_data); +/** A convenience method, because deleting a message is + * otherwise complicated, and it's best to change it in one place + * when we change it. + **/ +void modest_do_message_delete (TnyHeader *header, ModestWindow *win); G_END_DECLS #endif /* __MODEST_UI_ACTIONS_H__ */