* have the folder view use the right icons for the local folders
[modest] / src / widgets / modest-mail-header-view.h
index d949bdc..ff2a3a5 100644 (file)
@@ -63,12 +63,18 @@ struct _ModestMailHeaderViewClass
        void (*clear_func) (TnyHeaderView *self);
 
        /* signals */
-       void (*recpt_activated) (ModestRecptView *recpt_view);
+       void (*recpt_activated) (const gchar *address);
 };
 
 GType modest_mail_header_view_get_type (void);
 TnyHeaderView* modest_mail_header_view_new (void);
 
+const GtkWidget *modest_mail_header_view_add_custom_header (ModestMailHeaderView *header_view,
+                                                           const gchar *label,
+                                                           GtkWidget *custom_widget,
+                                                           gboolean with_expander,
+                                                           gboolean start);
+
 G_END_DECLS
 
 #endif