Re: Apple Mail multipart message not displayed correctly

Kazuhiro Ito <[email protected]> Fri, 03 May 2019 10:58:34 +0900
Newsgroups gmane.mail.wanderlust.general
Message-ID <864l6cfgdx.wl--xmue__5110.37194389559$1556848829$gmane$org@d1.dion.ne.jp>
> For example,
> 
> > 	Content-ID: <ii_jtps8ufg0>
> 
> is not valid cid.  If it is real cid, try below code.
> 
> (eval-after-load "mime"
>   '(progn
>      (setq mime-field-parser-alist
>      	   (delq (assq 'Content-Id mime-field-parser-alist)
>      		 mime-field-parser-alist))))
> 

Your example is not valid cid, but probably SEMI treats it as valid
cid and modifying mime-field-parser-alist variable has no effect on
your example, sorry.  But as I wrote in my previous post, the image
part position should be not related with result.

BTW, I don't know that is related with your problme, I found a bug
that mime-w3m can't display some images.
See https://github.com/emacs-w3m/emacs-w3m/pull/36

-- 
Kazuhiro Ito