X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-plugin-ui-actions.h;h=b17b320d174a3f43d529fe5176888be42c5c9e3b;hp=775687ed5329ddd60f78c6bb8ef4fffc001b275d;hb=57cedf59b21a6e53f87a7ad79b9d5c25b62f5db1;hpb=b8143cd888f24df1dd8a77b2bb3206e8fd72314c diff --git a/src/modest-plugin-ui-actions.h b/src/modest-plugin-ui-actions.h index 775687e..b17b320 100644 --- a/src/modest-plugin-ui-actions.h +++ b/src/modest-plugin-ui-actions.h @@ -55,5 +55,14 @@ G_BEGIN_DECLS gboolean modest_ui_actions_on_delete_account (GtkWindow *parent_window, const gchar *account_name, const gchar *account_display_name); + +/** + * modest_ui_actions_on_reload_message: + * @msg_id: a message id + * + * Reload the message if it's currently being shown in a view. + */ +void +modest_ui_actions_on_reload_message (const gchar *msg_id); G_END_DECLS #endif /* __MODEST_PLUGIN_UI_ACTIONS_H__ */