summaryrefslogtreecommitdiffstats
path: root/gettext.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-02-13 22:06:14 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-02-13 22:06:14 +0000
commitfc49175b05b13d851688e5d30551933e83274c3c (patch)
treec342b9fd450b357d5607724f3d958852d08591f1 /gettext.c
parentbf3983c846200904215cfb76e3a1215b9f69ba2c (diff)
Change charset-hook's behaviour.
Diffstat (limited to 'gettext.c')
-rw-r--r--gettext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext.c b/gettext.c
index bd178ef5..7b5f3018 100644
--- a/gettext.c
+++ b/gettext.c
@@ -131,7 +131,8 @@ char *mutt_gettext (const char *message)
mp = safe_malloc (sizeof (struct msg));
mp->key = safe_strdup (orig);
mp->data = safe_strdup (orig);
- mutt_convert_string (&mp->data, PoCharset ? PoCharset : "utf-8", MessageCharset);
+ mutt_convert_string (&mp->data, PoCharset ? PoCharset : "utf-8",
+ MessageCharset, 0);
# ifdef DEBUG
if (debugfile)