Grant Edwards schrieb am 17.05.2011 um 16:40 (+0000): > On 2011-05-17, Grant Edwards <grant.b.edwa...@gmail.com> wrote: > > > It's been years since mutt displayed more than a small fraction of > > my incoming mail correctly. I've tried setting LC_CTYPE and LANG > > according to http://wiki.mutt.org/?MuttFaq/Charset, but no matter > > what I choose, there's always a large percentage of mails that won't > > display properly.
Here are my settings: # set locale = de_DE@euro # aus Umgebung set charset = "utf-8" set send_charset = "us-ascii:iso-8859-1:utf-8" charset-hook us-ascii iso-8859-1 charset-hook ^unknown-8bit$ windows-1252 charset-hook ^x-user-defined$ windows-1252 charset-hook ^iso-8859-1$ windows-1252 charset-hook ^us-ascii$ windows-1252 The locale doesn't appear to work on Cygwin, but never mind. http://wiki.mutt.org/?MuttFaq/Charset > delimiter (e.g. =8C.=B9) > > I see this: > > delimiter (e.g. \214.¹) > I'm using urxvt as my terminal, and the "touch/ls" test with a > non-ascii filename suggested by http://wiki.mutt.org/?MuttFaq/Charset > works fine. I'm using MinTTY, which is just great. And my Mutt is linked against ncursesw, Although "mutt -v" will claim mutt is compiled with just "ncurses" (which might be true, after all), ldd reveals the true linkage occurring: cygncursesw-10.dll => /usr/bin/cygncursesw-10.dll (0x6ed10000) Read this thread: http://cygwin.com/ml/cygwin/2010-06/msg00173.html Andy Koppe, the MinTTY developer, said this: "[…] vim works fine with UTF-8 already. […] Mutt and also nano do need rebuilding with ncursesw though." -- Michael Ludwig