Allow "iso8859-" character sets.
authorChris Hanson <org/chris-hanson/cph>
Tue, 13 Sep 2005 14:19:26 +0000 (14:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 13 Sep 2005 14:19:26 +0000 (14:19 +0000)
v7/src/imail/imail-top.scm

index 4899b942f12508dd3cc12a8d3a8c2798f4eb1640..d9c01a1aa298f61716facf143552fc6febd26395 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: imail-top.scm,v 1.291 2005/09/07 19:24:28 cph Exp $
+$Id: imail-top.scm,v 1.292 2005/09/13 14:19:26 cph Exp $
 
 Copyright 1999,2000,2001,2002,2003,2004 Massachusetts Institute of Technology
 Copyright 2005 Massachusetts Institute of Technology
@@ -165,7 +165,7 @@ Otherwise, they are inserted into the message body."
   "List of regular expressions matching character-set names.
 Text messages using these character sets are displayed inline;
  when other character sets are used, the text is treated as an attachment."
-  (list "us-ascii" "iso-8859-[0-9]+" "utf-?[78]"
+  (list "us-ascii" "iso-?8859-[0-9]+" "utf-?[78]"
        "unicode-[0-9]+-[0-9]+-utf-[78]" ; RFC 1641
        "windows-[0-9]+" "unknown-8bit")
   list-of-strings?)