From b6a27ff85bd47eef4f359688600566a27f3cf70e Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 Sep 2008 16:29:50 -0400
Subject: [PATCH] Treat US-ASCII as Latin-1 to give messages with wrong charset definition a chance

---
 program/include/main.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/program/include/main.inc b/program/include/main.inc
index 908ca3a..0eb8dc7 100644
--- a/program/include/main.inc
+++ b/program/include/main.inc
@@ -212,6 +212,7 @@
     return $str;
     
   $aliases = array(
+    'US-ASCII'       => 'ISO-8859-1',
     'UNKNOWN-8BIT'   => 'ISO-8859-15',
     'X-UNKNOWN'      => 'ISO-8859-15',
     'X-USER-DEFINED' => 'ISO-8859-15',

--
Gitblit v1.9.1