aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-quote.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-quote.c')
-rw-r--r--mail/em-format-quote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-quote.c b/mail/em-format-quote.c
index 16d6bbc4e6..59f75181f9 100644
--- a/mail/em-format-quote.c
+++ b/mail/em-format-quote.c
@@ -309,6 +309,8 @@ emfq_format_header (EMFormat *emf, CamelStream *stream, CamelMedium *part, const
if (!(txt = camel_medium_get_header (part, "user-agent")))
return;
+ txt = value = camel_header_format_ctext (txt, charset);
+
label = _("Mailer");
flags |= EM_FORMAT_HEADER_BOLD;
} else if (!strcmp (name, "date") || !strcmp (name, "resent-date")) {