Thorsten,
The behavior that Alpine exhibits is documented in the help for the
option, so the subject is not quite correct, because this is intended
behavior (see x-alpine-help:h_config_post_char_set)
In regards to adding another configuration option. I see why you would
like to do this, but I find this to create confusion and of very limited
value (it "helps" in only one case). There are reasons why you want to tag
the message with the us-ascii charset and not UTF-8: you want the message
to be readable by every program.
The real problem is that the content of the message is encoded text, so
while the encoded text is US-ASCII, the decoded text is not. Given that
the character encoding refers to the transmitted text, I do not see what
else can be done here. The problem is in the fact that you assume that an
e-mail program should arbitrarily change the character set from one to
another for correct display. This type of issues are better dealt with
attachments, that is what Content-Transfer-Encoding and Content-Type are
for in attachments.
I do not know if you have tried to pipe the message to an appropriate
viewer (maybe cat? or iconv?) to see if that helps you read these
messages, but that is what I would try in this case.
--
Eduardo
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org