Remove spacing in headers view calendar, as it was causing a very bad
[modest] / src / widgets / modest-msg-view.h
index 9fb01d7..f7c4fcb 100644 (file)
@@ -87,6 +87,8 @@ struct _ModestMsgViewIface {
 
        void (*request_fetch_images_func) (ModestMsgView *msgview);
        gboolean (*has_blocked_external_images_func) (ModestMsgView *msgview);
+       void (*limit_error)        (ModestMsgView *msgview);
+       gboolean (*handle_calendar)    (ModestMsgView *msgview, TnyMimePart *calendar_part, GtkContainer *container);
 };