aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.h
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2003-11-24 09:38:11 +0800
committerRadek Doulik <rodo@src.gnome.org>2003-11-24 09:38:11 +0800
commit1496e35c9cd57e31eb58a1fa6792d60b842bf941 (patch)
tree46b10563d5e83d70a01146acc5fb79bc386798ed /mail/em-format-html.h
parentf55887cb8903b8e6a27ce4682050e6668859ecc1 (diff)
downloadgsoc2013-evolution-1496e35c9cd57e31eb58a1fa6792d60b842bf941.tar.gz
gsoc2013-evolution-1496e35c9cd57e31eb58a1fa6792d60b842bf941.tar.zst
gsoc2013-evolution-1496e35c9cd57e31eb58a1fa6792d60b842bf941.zip
use new colors (efh_text_html): ditto
2003-11-24 Radek Doulik <rodo@ximian.com> * em-format-html.c (efh_text_plain): use new colors (efh_text_html): ditto * em-format-html-display.c (efhd_gtkhtml_realise): set new colors according to style * em-format-html.c (efh_init): init new colors * em-format-html.h: added frame and content colors svn path=/trunk/; revision=23477
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r--mail/em-format-html.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h
index c54669aebc..5e48c8c671 100644
--- a/mail/em-format-html.h
+++ b/mail/em-format-html.h
@@ -113,6 +113,8 @@ struct _EMFormatHTML {
guint32 text_html_flags; /* default flags for text to html conversion */
guint32 body_colour; /* header box colour */
guint32 text_colour;
+ guint32 frame_colour;
+ guint32 content_colour;
guint32 citation_colour;
unsigned int xmailer_mask:4;
unsigned int load_http:1;