Jostein Berntsen schrieb:
On 04.02.10,15:13, Christoph Kukulies wrote:
Jostein advised me in another thread (but I'm taking it to here):

For your charset issues, try to to enter these settings in your .muttrc:
set charset="UTF-8"
set send_charset="us-ascii:iso-8859-1:iso-8859-2:utf-8"
set locale="C"
and in your .bashrc: export LC_CTYPE="de_DE.UTF-8"
export LOCALE="de_DE"
As for .bashrc I had this already.

What I didn't have was the bit more complex send_chrset setting and
the set locale="C".
Don't know whether UTF-8 or utf-8 matters.

Anyway it did not solve the pager issue.
(s.b.)

Actually I was content with the send_charset="utf-8". Don't know
what implication it has. Especially people told me
that my umlauts were messed in replies on replies of them. What
happens actually to a message which comes as utf-8 encoded and the
reciepient replies in iso-8859-1 or some other encoding? Would the
reply converted into the repliers
encoding? I would say so.

You have some more information on Mutt and umlauts on the Mutt Wiki:

http://wiki.mutt.org/?MuttFaq/Charset

- Jostein



I tried that too already. Some things in it make it worse. But believe it or not, somehow it magically now worked and I don't know, what finally the reason was. Most probably it was a statically linked mutt in my ~/bin directory The dynamically linked one which now works, has the following shared libs linked against:

$ ldd /usr/bin/mutt
       linux-gate.so.1 =>  (0xb7f81000)
       libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7f28000)
       libgnutls.so.13 => /usr/lib/libgnutls.so.13 (0xb7eb2000)
       libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7e9b000)
       libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0xb7e95000)
       libidn.so.11 => /usr/lib/libidn.so.11 (0xb7e64000)
       libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d15000)
       libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7d10000)
       libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb7d00000)
       libz.so.1 => /usr/lib/libz.so.1 (0xb7ceb000)
       libgcrypt.so.11 => /lib/libgcrypt.so.11 (0xb7c9e000)
       libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb7c8b000)
       /lib/ld-linux.so.2 (0xb7f82000)
       libgpg-error.so.0 => /lib/libgpg-error.so.0 (0xb7c86000)

--
Christoph





Reply via email to