Fix modest_tny_msg_header_get_all_recipients_list (in case from is empty)
[modest] / src / widgets / modest-expander-mail-header-view.h
index 0bdd712..aba9e05 100644 (file)
@@ -63,6 +63,9 @@ struct _ModestExpanderMailHeaderViewClass
        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,