.mailcap: Fix 'nametemplate %s.html' -> 'nametemplate=%s.html'
authorW. Trevor King <wking@tremily.us>
Mon, 23 Sep 2013 22:40:17 +0000 (15:40 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Sep 2013 22:44:13 +0000 (15:44 -0700)
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).

src/.mailcap

index 91fce638f9fa394b157d69c5ed5a351e351bef44..19418af5a5011e0d2a81c3e93c6e9387917478ea 100644 (file)
@@ -2,7 +2,7 @@ image/*;        pqiv %s; test=test -n "$DISPLAY"
 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