* Changes in the autotools stuff affecting a lot of platform dependent
[modest] / src / widgets / modest-mail-header-view.h
index ff2a3a5..b7051c3 100644 (file)
@@ -67,7 +67,7 @@ struct _ModestMailHeaderViewClass
 };
 
 GType modest_mail_header_view_get_type (void);
-TnyHeaderView* modest_mail_header_view_new (void);
+TnyHeaderView* modest_mail_header_view_new (gboolean expanded);
 
 const GtkWidget *modest_mail_header_view_add_custom_header (ModestMailHeaderView *header_view,
                                                            const gchar *label,
@@ -75,6 +75,10 @@ const GtkWidget *modest_mail_header_view_add_custom_header (ModestMailHeaderView
                                                            gboolean with_expander,
                                                            gboolean start);
 
+TnyHeaderFlags modest_mail_header_view_get_priority (ModestMailHeaderView *header_view);
+void modest_mail_header_view_set_priority (ModestMailHeaderView *header_view, TnyHeaderFlags flags);
+                                                    
+
 G_END_DECLS
 
 #endif