]> git.llucax.com Git - software/mutt-debian.git/blob - debian/extra/rc/charset.rc
removing an article form the Description of mutt-patched to make lintian happy
[software/mutt-debian.git] / debian / extra / rc / charset.rc
1 # Some GB18030 traditional Chinese mails are wrongly labelled GB2312.
2 # The first charset is a superset of the second. Let's alias it, so
3 # that Mutt displays such mails as if they were correctly labelled.
4 charset-hook ^gb2312$ gb18030
5
6 # Some mailers send EUC-JP-MS Japanese mails wrongly labelled EUC-JP.
7 # The first charset is a superset of the second. Let's also alias it.
8 charset-hook ^euc-jp$ euc-jp-ms
9