aboutsummaryrefslogtreecommitdiff
path: root/src/textview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-22 10:05:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-22 10:05:49 +0000
commitd759c99df0ad6f2b774691c82daf9fc18f57498d (patch)
tree55cc1abff1f58cc89c4d9ee33e5291ce9785dfe6 /src/textview.c
parentf38dc1d07970872159cba1209e58408078e690a5 (diff)
try to convert unencoded header strings using locale encoding.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@121 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/textview.c')
-rw-r--r--src/textview.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/textview.c b/src/textview.c
index c0115fa0..48f6e90c 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -1247,11 +1247,6 @@ static void textview_show_header(TextView *textview, GPtrArray *headers)
!g_strcasecmp(header->name, "Cc"))
unfold_line(header->body);
-#if 0
- if (textview->text_is_mb == TRUE)
- conv_unreadable_locale(header->body);
-#endif
-
if (prefs_common.enable_color &&
(!strncmp(header->name, "X-Mailer", 8) ||
!strncmp(header->name, "X-Newsreader", 12)) &&