From 7074a3a86ac90dd206a60a877eb14b0a30a67693 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 23 Jan 2018 12:26:21 -0500 Subject: Open html emails in firefox --- .mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mailcap b/.mailcap index d3583ae..853bbdc 100644 --- a/.mailcap +++ b/.mailcap @@ -1,4 +1,4 @@ -text/html; lynx %s; nametemplate=%s.html +text/html; firefox %s; nametemplate=%s.html text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput application/pdf; mutt_bgrun evince %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format application/x-pdf; mupdf %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format -- cgit v1.2.3