From: Pavel@Janik.cz (Pavel Janík) Date: Mon, 10 Sep 2001 09:27:17 +0200 > > * Near the end of my ~/.gnus, I inserted the following lines: > > (require 'mm-util) > > (add-to-list 'mm-charset-synonym-alist '(windows-1251 . cp1251)) > > What about adding this to Gnus directly? There is already this code: > > ,(unless (mm-coding-system-p 'windows-1252) ; should be defined eventually > '(windows-1252 . iso-8859-1)) > > so we can extend this to have also 1251 together with 1250. I too have this > in my ~/.gnus to be able to read e-mails written on Windows: > > ;; Support for Windows-1250 > (require 'mm-util) > (add-to-list 'mm-charset-synonym-alist '(windows-1250 . cp1250)) > > I hope that I'll be able to remove that from my .gnus soon :-) Please apply the following patch. I thing Kai will immediately send his one ;-) 2001-09-12 Pavel Janík * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we can read e-mails from Microsoft Outlook users not using ISO 8859-2 character set.