[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug?
On Wed, 08 Dec 2010 01:44:05 +0900 Kazuhiro Ito wrote:
> > Maybe SEMI should display the MIME button if the message has only
> > one attachment (e.g. MIME part) that is not of text/* type?
>
> Previously I wrote a patch for this issue. It simply displays MIME
> button for the first entity, but I feel the result is somewhat ugly.
Thanks for the patch. I have to agree. It would be much nicer to see
the MIME button below the header and the filename instead of the
subject(?) in the MIME button.
> Another approach is to display Contet-Type field. See
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600036
I've added only Content-Disposition to my
wl-message-visible-field-list like this:
(setq wl-message-ignored-field-list '("^.*:"))
(setq wl-message-visible-field-list
'("^From:"
[...]
"^Content-Disposition:"))
Unfortunately I haven't found a way to match only "Content-Dispostion:
attachment".
Bye,
Herbert
- References:
- Bug?
- From: "Herbert J. Skuhra" <hskuhra@fastmail.fm>
- Re: Bug?
- From: David Maus <dmaus@ictsoc.de>
- Re: Bug?
- From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>