aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 53a933f783..a7ccb59dee 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -254,7 +254,7 @@ EMFormatHTML *em_format_html_new(void)
/* force loading of http images */
void em_format_html_load_http(EMFormatHTML *emfh)
{
- if (emfh->load_http)
+ if (emfh->load_http == MAIL_CONFIG_HTTP_ALWAYS)
return;
/* This will remain set while we're still rendering the same message, then it wont be */