Hi. On Fri, Jan 24, 2020 at 07:06:28PM +0100, to...@tuxteam.de wrote: > > FWIW, his messages display on my end as plain text; I have my client set > > up to do plain-text display only, and if a HTML-only message shows up it > > actually tends to display as *blank* [...] > > Funny. My mutt would usually pick the plain text component of a MIME message.
Which is the sane default. But if you need mutt to show that HTML part in the presence of a text one, consider putting this in your muttrc: alternative_order text/html text/plain auto_view = text/html Oh, and you'll need HTML→text converter like html2text. Reco