diff options
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index d0a6655dc3..7c419f3ba7 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -153,6 +153,7 @@ struct _EMFormatHTMLPObject { * @headers: * @text_html_flags: * @body_colour: + * @header_colour: * @text_colour: * @frame_colour: * @content_colour: @@ -183,6 +184,7 @@ struct _EMFormatHTML { guint32 text_html_flags; /* default flags for text to html conversion */ guint32 body_colour; /* header box colour */ + guint32 header_colour; guint32 text_colour; guint32 frame_colour; guint32 content_colour; |