I receive mails from someone using Content-Type: multipart/alternative
with two parts. First: text/plain, second: text/html. The first part
is always buggy (missing blanks and incorrect paragraphs). This is why
in this case I like to display the second part.
It seems display_filter always receives
On Mon, Oct 18, 2021 at 10:49:38PM +, mi...@posteo.nl wrote:
> I receive mails from someone using Content-Type: multipart/alternative
> with two parts. First: text/plain, second: text/html. The first part
> is always buggy (missing blanks and incorrect paragraphs). This is why
> in this case I