]> granicus.if.org Git - mutt/commitdiff
Add "646" as an alias for us-ascii. SunOS 5.8 seems to need it.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 13 Sep 2000 13:44:25 +0000 (13:44 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 13 Sep 2000 13:44:25 +0000 (13:44 +0000)
charset.c

index 00efd6f555a36cd1a4f19840a4ea55073ccc758e..b8d5f1ac7d5871a92deb1932c7034b6017d0c640 100644 (file)
--- a/charset.c
+++ b/charset.c
@@ -175,6 +175,13 @@ PreferredMIMENames[] =
    * submit a patch to <mutt-dev@mutt.org>. 
    */
 
+  /* 
+   * David Champion <dgc@uchicago.edu> has observed this with
+   * nl_langinfo under SunOS 5.8. 
+   */
+
+  { "646",             "us-ascii"      },
+  
   /* End of aliases.  Please keep this line last. */
   
   { NULL,              NULL            }