On Tue December 2 2025 21:56:39 Leslie Turriff via tde-users wrote:
Ah, you mean this (attached), which I didn't notice follows a giant block of encrypted ?. Judging by the text at the end of the message, the problem seems to be Kmail?
Yep. That shows that the email was correctly formatted when it arrived and something - presumably in kmail - added the white space after the apostrophes.
Are you comfortable on the command line? Can you copy paste a small piece of text from the plain text version of your email (not the text below) into a command such as:
$ echo "but it's a bit" | od -c 0000000 b u t i t ' s a b i t \n 0000017 $
If apostrophe in the email is a fancy utf-8 apostrophe you may get a different result than that shown above from a regular single quote.
Also your kmail message body font and locale might be of interest.
--Mike