On (14/03/18 12:53), Dave Woodfall <d...@dawoodfall.net> put forth the
proposition:
I've just found reason to not autoview HTML and to do it manually with
a bind.
Previously, I used elinks and it works fine with autoview, however
when I try to pipe to it it also renders the headers instead of just
the body.
This is my mailcap:
text/html;elinks %s;nametemplate=%s.html;copiousoutput
Is there a way of replicating that in a bind? What is this template?
I've just noticed that there's an unauto_view command. Making a bind
to auto_view and unauto_view works fine.
I'm still curious about how autoview works with elinks and that
nametemplate though.