From 8dea9b461eee7da342ad1d6f1aa582dc6d1096be Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 2 Mar 2010 09:21:02 -0500 Subject: [PATCH] Enable Firefox when appropriate in _mailcap --- _mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_mailcap b/_mailcap index a9fbf71..f366bba 100644 --- a/_mailcap +++ b/_mailcap @@ -1,4 +1,4 @@ image/*; qiv %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; 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