Hi

I have pushed the mentioned commit.

Philipp

[2019-09-04 10:53] Philipp Takacs <phil...@bureaucracy.de>
> Hi
>
> I have recied a mail with folowing mime strukture:
>
> msg part  type/subtype              size description                         
>  987       multipart/alternative    1648K
>      1     multipart/related        1646K
>      1.1   text/html                  10K
>      1.2   image/png                 464K
>      1.3   image/png                 413K
>      1.4   image/png                 331K
>      2     text/plain                1095
>
> I wanted to see the part 1.1 and used ``show -part 1.1'' and got
> the folowing error message:
>
> > show: don't know how to display any of the contents
> >       (content multipart/alternative in message 987)
>
> The problem is in show_multi() of uip/mhshowsbr line 567. Show
> there checks if it's inside a multipart and if the multipart is
> known. But RFC 2046 clearly says: 
>
> > Any "multipart" subtypes that an implementation does not recognize
> > must be treated as being of subtype "mixed".
>
> The problem is fixed in nmh with commit 298062b03.
> I would cherry pick this commit.
>
> Philipp

Reply via email to