[mew-int 02126] Re: Fw: [Groff] groff_ms manpage patch: missing header/footer info

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Thu Mar 23 00:06:34 JST 2006


Sorry for the delay.

I have finally finished my all jobs and I'm getting back to a
programmer...

> Any chance that mew makes the Application/X-Gzip visible by default?
> Otherwise I suggest that some `X-Mew' text is added:

The structure of the attached mail is as follows:

Multipart/Alternative
	Text/Plain
	Multipart/Mixed
		Text/Html
		Application/X-Gzip
		Text/Html

Since the default value of  mew-mime-multipart-alternative-list
is '("Text/Html" "Text/Plain" "*.")), "Text/Plain" is preferred.

I think this is awkward a bit but the following code enables to
display Multipart/Mixed.

(setq mew-mime-multipart-alternative-list
      (cons "Multipart/Mixed" mew-mime-multipart-alternative-list))

Try this. If you don't like it, I would implement the following:

  X-Mew: Text/Plain in Multipart/Alternative as a singlepart
  X-Mew: Press `:' to the alternative Multipart/Mixed part.

--Kazu



More information about the Mew-int mailing list