Re: problem with mailcap and searching
Xylo Drum <xylodrum <at> gmail.com>
2012-05-29 20:51:25 GMT
Aha!
Fixed.
Many thanks,
On Tue, May 29, 2012 at 6:45 PM, Gary Johnson <garyjohn <at> spocom.com> wrote:
> On 2012-05-29, Xylo Drum wrote:
>
>> On Tue, May 29, 2012 at 5:20 PM, Gary Johnson <garyjohn <at> spocom.com> wrote:
>> > On 2012-05-29, Xylo Drum wrote:
>> >> I have a pretty much default mutt setup including some very simple
>> >> lines in my .mailcap such as:
>> >>
>> >> image/jpg; xview %s
>> >> image/jpeg; xview %s
>> >>
>> >> these work fine for viewing images, but when trying to do a 'l' search
>> >> with a pattern of ~bfoo mutt keeps throwing up
>> >>
>> >> mailcap entry for type image/jpeg not found
>> >
>> > Mutt is looking for a rule in your .mailcap for converting
>> > image/jpeg attachments to plain text. Such rules must contain the
>> > 'copiousoutput' flag. Unless you have some meaningful way of
>> > generating text from a JPEG image, you may need to add some sort of
>> > no-op rule like this (untested):
>> >
>> > image/jpeg; true; copiousoutput
>> >
(Continue reading)