Fix modest_tny_msg_header_get_all_recipients_list (in case from is empty)
[modest] / src / widgets / modest-compact-mail-header-view.h
index a357a53..f68eb1f 100644 (file)
@@ -63,6 +63,9 @@ struct _ModestCompactMailHeaderViewClass
        void (*clear_func) (TnyHeaderView *self);
        void (*set_priority_func) (ModestMailHeaderView *self, TnyHeaderFlags flags);
        TnyHeaderFlags (*get_priority_func) (ModestMailHeaderView *self);
+       void (*set_loading_func) (ModestMailHeaderView *self, gboolean is_loading);
+       gboolean (*get_loading_func) (ModestMailHeaderView *self);
+       void (*set_branding_func) (ModestMailHeaderView *self, const gchar *brand_name, const GdkPixbuf *brand_icon);
        const GtkWidget * (*add_custom_header_func) (ModestMailHeaderView *self,
                                                     const gchar *label,
                                                     GtkWidget *custom_widget,