aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-09-04 01:16:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-09-04 01:16:20 +0800
commit96a5237eb5f5c95f1af7427daf7fef94af9e2c13 (patch)
treed4683931b7525b2b0bc01aac03c76e69e87c123b
parent6c8275587de84ce04ba13641b5e724e71703b859 (diff)
downloadgsoc2013-evolution-96a5237eb5f5c95f1af7427daf7fef94af9e2c13.tar
gsoc2013-evolution-96a5237eb5f5c95f1af7427daf7fef94af9e2c13.tar.gz
gsoc2013-evolution-96a5237eb5f5c95f1af7427daf7fef94af9e2c13.tar.bz2
gsoc2013-evolution-96a5237eb5f5c95f1af7427daf7fef94af9e2c13.tar.lz
gsoc2013-evolution-96a5237eb5f5c95f1af7427daf7fef94af9e2c13.tar.xz
gsoc2013-evolution-96a5237eb5f5c95f1af7427daf7fef94af9e2c13.tar.zst
gsoc2013-evolution-96a5237eb5f5c95f1af7427daf7fef94af9e2c13.zip
added a comment
svn path=/trunk/; revision=27134
-rw-r--r--mail/em-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 0e341e44c6..8c22fe8926 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -1463,6 +1463,7 @@ em_utils_message_to_html(CamelMimeMessage *message, const char *credits, guint32
GConfClient *gconf;
char *charset;
+ /* FIXME: we should be getting this from the current view, not the global setting. */
gconf = gconf_client_get_default ();
charset = gconf_client_get_string (gconf, "/apps/evolution/mail/display/charset", NULL);
em_format_set_default_charset ((EMFormat *) emfq, charset);