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:
committed by
Srinivasa Ragavan
parent
b0d6af4e61
commit
39bab1f871
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user