diff options
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 03db82f850..43cd5019ed 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1007,7 +1007,7 @@ efh_write_source (EMFormat *emf, EM_FORMAT_HTML_COLOR_BODY]), e_color_to_value ( &efh->priv->colors[ - EM_FORMAT_HTML_COLOR_HEADER])); + EM_FORMAT_HTML_COLOR_TEXT])); camel_stream_write_string ( stream, buffer->str, cancellable, NULL); |