Fix the Mailer header display

2008-04-28  Srinivasa Ragavan  <sragavan@novell.com>

	* mail/em-format-html.c: Fix the Mailer header display

svn path=/trunk/; revision=35423
This commit is contained in:
Srinivasa Ragavan
2008-04-28 04:18:49 +00:00
committed by Srinivasa Ragavan
parent b0d6af4e61
commit 39bab1f871
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-28 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-format-html.c: Fix the Mailer header display
2008-04-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #273041

View File

@ -1730,7 +1730,7 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct
g_free (buf);
flags |= EM_FORMAT_HEADER_BOLD;
} else if (!strcmp(name, "X-Evolution-Mailer")) {
} else if (!strcmp(name, "X-evolution-mailer")) {
/* pseudo-header */
label = _("Mailer");
txt = value = camel_header_format_ctext (header->value, charset);