summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sendlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendlib.c b/sendlib.c
index 00eae548..9aa49c21 100644
--- a/sendlib.c
+++ b/sendlib.c
@@ -849,7 +849,7 @@ static const char *get_text_charset (BODY *b, CONTENT *info)
&& info->hibin)
return ("unknown-8bit");
- if (info->hibin)
+ if (info->hibin || !strcasecmp (chsname, "utf-7"))
return (chsname);
return ("us-ascii");