display_filter and multipart mails

2021-10-18 Thread mike9
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

Re: display_filter and multipart mails

2021-10-18 Thread Will Yardley
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