From: W. Trevor King Date: Tue, 2 Mar 2010 14:21:02 +0000 (-0500) Subject: Enable Firefox when appropriate in _mailcap X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8dea9b461eee7da342ad1d6f1aa582dc6d1096be;p=dotfiles-public.git Enable Firefox when appropriate in _mailcap --- 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