Now the "load images" and "details" actions in msg view window are not in the
[modest] / src / widgets / modest-gtkhtml-msg-view.h
index 7c0b1a1..9bab604 100644 (file)
@@ -95,6 +95,8 @@ struct _ModestGtkhtmlMsgViewClass {
        TnyList * (*get_attachments_func) (ModestMsgView *self);
        void (*grab_focus_func) (ModestMsgView *self);
        void (*remove_attachment_func) (ModestMsgView *view, TnyMimePart *attachment);
+       void (*request_fetch_images_func) (ModestMsgView *view);
+       gboolean (*has_blocked_external_images_func) (ModestMsgView *view);
 
        void (*set_scroll_adjustments) (ModestGtkhtmlMsgView *msg_view, GtkAdjustment *hadj, GtkAdjustment *vadj);
 };