X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-mail-header-view.h;h=b7051c3088fb188eaa80787768793c6f85e36885;hp=ff2a3a5e5e5695705645fc0f4f6327d7b0bf399f;hb=87596c5aa5517ac7ba37e50664a969fcaaea72f9;hpb=f65cf12510835b6adb63cf583872995940d6daa4 diff --git a/src/widgets/modest-mail-header-view.h b/src/widgets/modest-mail-header-view.h index ff2a3a5..b7051c3 100644 --- a/src/widgets/modest-mail-header-view.h +++ b/src/widgets/modest-mail-header-view.h @@ -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