aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2008-04-05 10:59:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2008-04-05 10:59:53 +0800
commit20fca64c5a4d78d11a61b5689d97cf164caea08f (patch)
tree87861b053069c1210dcbdab83ef8fae337556e7a /mail/em-format-html.c
parent5a8c7e183015752ea97a8c94513fc01d385a1f3d (diff)
downloadgsoc2013-evolution-20fca64c5a4d78d11a61b5689d97cf164caea08f.tar
gsoc2013-evolution-20fca64c5a4d78d11a61b5689d97cf164caea08f.tar.gz
gsoc2013-evolution-20fca64c5a4d78d11a61b5689d97cf164caea08f.tar.bz2
gsoc2013-evolution-20fca64c5a4d78d11a61b5689d97cf164caea08f.tar.lz
gsoc2013-evolution-20fca64c5a4d78d11a61b5689d97cf164caea08f.tar.xz
gsoc2013-evolution-20fca64c5a4d78d11a61b5689d97cf164caea08f.tar.zst
gsoc2013-evolution-20fca64c5a4d78d11a61b5689d97cf164caea08f.zip
Same as below.
2008-04-04 Jeffrey Stedfast <fejj@novell.com> * em-format-quote.c (emfq_format_header): Same as below. svn path=/trunk/; revision=35320
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 149f8c8b2f..a7a18dcdc1 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1726,7 +1726,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);