From: W. Trevor King Date: Wed, 20 May 2009 16:45:29 +0000 (-0400) Subject: Something was complaining about mal-formed mailcap lines... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=faa76c48944f8d1f321aa5334ad337d666b9f14b;p=dotfiles-public.git Something was complaining about mal-formed mailcap lines... --- diff --git a/_mailcap b/_mailcap index 8b62143..a9fbf71 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; 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 +#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