David Champion wrote:
> On 2001.01.30, in <[EMAIL PROTECTED]>,
> "Duncan Watson" <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I am trying to show messages that attachments in the index. I took a look
> > at index_format but no luck at first reading. Does anyone have an idea on
> > how to accomplish this?
>
> Can't be done, but I wrote a patch that permits this.
> http://home.uchicago.edu/~dgc/mutt
I have'nt done this yet, but at first glance it seems doable:
The index_format will show %N a message score. So score your messages by Mutt
pattern: ~h EXPR for messages which contain EXPR in the message header.
Now i already use procmail to find attachments by looking at
the header for 'Content-Type:.*multipart/mixed' which eliminates PGP and
alternative attachments.
So just let Mutt match a pattern in the header for Content-Type:?????
set for some attachment to score accordingly and show it with %N in the index.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~