diff options
author | Radek Doulik <rodo@ximian.com> | 2003-11-24 08:35:57 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2003-11-24 08:35:57 +0800 |
commit | ff31ff3b84015b5d5b164aa7a64966fbf5c7b368 (patch) | |
tree | d315a45112adec3e43bc6844dbf4a02ec665cdd4 /mail/em-format-html.h | |
parent | 8cd8035af10d3d1c8f86e206ad9ad7dce5eca4a2 (diff) | |
download | gsoc2013-evolution-ff31ff3b84015b5d5b164aa7a64966fbf5c7b368.tar.gz gsoc2013-evolution-ff31ff3b84015b5d5b164aa7a64966fbf5c7b368.tar.zst gsoc2013-evolution-ff31ff3b84015b5d5b164aa7a64966fbf5c7b368.zip |
do not use horizonal rule, attachment content is now inside simple frame
2003-11-24 Radek Doulik <rodo@ximian.com>
* em-format.c (emf_multipart_mixed): do not use horizonal rule,
attachment content is now inside simple frame
* em-format-html.c (efh_text_plain): add 6 points around text
plain content and frame it
(efh_text_html): frame text/html
(efh_format_do): fix body tag, set bgcolor
(em_format_html_format_headers): do not put headers into own
table, content body is framed now instead
(efh_format_message): update for headers/body changes
* em-format-html-display.c (efhd_format_attachment): put
additional vertical space around attachment button
svn path=/trunk/; revision=23474
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index 892a6d8461..c54669aebc 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -111,7 +111,7 @@ struct _EMFormatHTML { GSList *headers; guint32 text_html_flags; /* default flags for text to html conversion */ - guint32 header_colour; /* header box colour */ + guint32 body_colour; /* header box colour */ guint32 text_colour; guint32 citation_colour; unsigned int xmailer_mask:4; |