Bring the mailcap file back into RFC 1524 compliance. Embarassingly,
this typo dates all the way back to
a87d8cb (Begin versioning and
syncing .mailcap file, 2009-01-15).
image/*; fbi -a %s; test=test "$TERM" == "linux"; needsterminal
audio/*; mplayer %s;
video/*; mplayer %s; test=test -n "$DISPLAY"
-text/html; /usr/bin/firefox %s; test=test -n "$DISPLAY"; description=HTML Text; nametemplate %s.html
+text/html; /usr/bin/firefox %s; test=test -n "$DISPLAY"; description=HTML Text; nametemplate=%s.html
text/html; w3m -T text/html %s
#text/html; w3m -T text/html %s; description=HTML Text; nametemplate %s.html
#application/pdf; /usr/bin/xpdf %s; test=test -n "$DISPLAY"; description=Portable Document Format; nametemplate=%s.pdf