From 8e8526d3ce849a5d11688e3d346dc75f0aa73d22 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 23 Sep 2013 15:40:17 -0700 Subject: [PATCH] .mailcap: Fix 'nametemplate %s.html' -> 'nametemplate=%s.html' 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.mailcap b/src/.mailcap index 91fce63..19418af 100644 --- a/src/.mailcap +++ b/src/.mailcap @@ -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 -- 2.26.2