aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2003-02-21 05:53:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-21 05:53:50 +0800
commit7149b27132bccf80b077d8bfe0a84beb5597a8f8 (patch)
treee5ff530a6ef6240778b18247205bbf7d3d2d1b5a /camel
parent4508cf787c673ae9ce69c55f161c876e9c851cfd (diff)
downloadgsoc2013-evolution-7149b27132bccf80b077d8bfe0a84beb5597a8f8.tar
gsoc2013-evolution-7149b27132bccf80b077d8bfe0a84beb5597a8f8.tar.gz
gsoc2013-evolution-7149b27132bccf80b077d8bfe0a84beb5597a8f8.tar.bz2
gsoc2013-evolution-7149b27132bccf80b077d8bfe0a84beb5597a8f8.tar.lz
gsoc2013-evolution-7149b27132bccf80b077d8bfe0a84beb5597a8f8.tar.xz
gsoc2013-evolution-7149b27132bccf80b077d8bfe0a84beb5597a8f8.tar.zst
gsoc2013-evolution-7149b27132bccf80b077d8bfe0a84beb5597a8f8.zip
fix
svn path=/trunk/; revision=19983
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-folder-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c
index ee3fc16882..75f22121ea 100644
--- a/camel/camel-folder-summary.c
+++ b/camel/camel-folder-summary.c
@@ -1575,7 +1575,7 @@ message_info_new(CamelFolderSummary *s, struct _header_raw *h)
&& (strcasecmp(charset, "us-ascii") == 0))
charset = NULL;
- charset = camel_charset_canonicalname (charset);
+ charset = camel_charset_canonical_name (charset);
subject = summary_format_string(h, "subject", charset);
from = summary_format_address(h, "from");