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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index db881e17a1..c3aa74440d 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1451,10 +1451,7 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, const c
txt = camel_medium_get_header(part, "x-mailer");
if (txt == NULL)
txt = camel_medium_get_header(part, "user-agent");
- if (txt == NULL
- || ((efh->xmailer_mask & EM_FORMAT_HTML_XMAILER_OTHER) == 0
- && ((efh->xmailer_mask & EM_FORMAT_HTML_XMAILER_EVOLUTION) == 0
- || strstr(txt, "Evolution") == NULL)))
+ if (txt == NULL)
return;
label = _("Mailer");