Mailcap selectively applying settings

Christopher Conforti christopher at conforti.xyz
Fri May 13 19:54:25 UTC 2022


On Thu, May 12, 2022 at 08:51:47PM +0100, Chris Green wrote:
> On Thu, May 12, 2022 at 03:38:23PM -0400, Christopher Conforti wrote:
> > Hi list, I'm having a bit of a weird one, at least for me. I can't get mutt to
> > read my entire mailcap file properly, it seems. For example, I have the
> > following line in my mailcap:
> > 
> > images/*;	eog %s
> > 
> > It handles this just fine; all image attachments are opened with eog. However,
> > another line:
> > 
> > text/html	lynx -dump %s | more
> > 
> I think you need:-
> 
>     text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html
> 
> 
> > is seemingly ignored, even when there are no other options given for handling
> > HTML. No matter which browser I set, no matter what combination of options I
> > use, I cannot seem to get mutt to use this entry in any way. By all clues in the
> > documentation, my personal mailcap file (~/.mailcap) should take priority, but
> > it only seems to want to set for certain types.
> > 
> > What the heck is going on? Where can I learn how to fix it?
> 
> I think the 'copiousoutput' is explained somewhere on the Mutt web site.
> 
> -- 
> Chris Green

This worked, thank you. :-D

-- 
Christopher Conforti <christopher at conforti.xyz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.mutt.org/pipermail/mutt-users/attachments/20220513/6d589cbd/attachment.asc>


More information about the Mutt-users mailing list