FIX iconv for main body part (since EVER!) (Doug McIlroy, Random832)..
commitab0cd3b8cba25d48f93b065c69b418b134f06417
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Thu, 19 Oct 2017 23:55:43 +0000 (20 01:55 +0200)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Fri, 20 Oct 2017 19:20:10 +0000 (20 21:20 +0200)
treec2c00d2c945a7d6b3fb494309eed55e88d314bfc
parentf59f9172f70a259de5b472cea765e96c9121f092
FIX iconv for main body part (since EVER!) (Doug McIlroy, Random832)..

On the TUHS list Doug McIlroy responded to a mail of mine and
commented on faulty character set conversion artifacts, and it
turns out that the codebase has never been truly prepared for
faulty character set conversions regarding destination character
sets (non-convertible characters).  Never.

Getting this going before the v15 filter-based rewrite is pretty
much hacky in sofar as the topmost level should create a filter
chain for the exact purpose (send-to-display, -file, -mbox, or
create new message) which can the react truly accordingly.  This
could also involve the user in interactive mode by asking him
whether something should be reencoded in the -to-file cases, for
example.  Not yet, that.
cc-test.sh
mime.c
nail.h
nailfuns.h
sendout.c
strings.c