I couldn't help but notice that the messages you've sent have some
strange characters in them.  Example:

Bjoern Jacke <[EMAIL PROTECTED]> wrote:
>
> I´m waiting for so long for the feature [...]
  ^^^

What is the character between "I" and "m"?  On my screen it appears as
the letter "C" with a small tail; I can't remember the French name for
this character.  However, it appears that you really wanted an
apostrophe character "'", which already has an ASCII value (0x27), so
I'm not sure why you're using the character above (value 0xB4).

Most likely, your screen has a different character set (font) in use
when the messsage displays on your screen, but your message does not
include the proper MIME headers to give this information:

> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit

Your message claims that the characters are in charset "iso-8859-1", but
that's the character set I use, and it doesn't match up.  You may wish
to take steps to set your "charset" variable in Mutt so that it properly
reflects the character set in which you write your messages.

Just a friendly reminder.  :)

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
Convex Division  |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to