From 568a0bbe8ed3c3dd0d84dc16b3395867d7aa09b2 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 26 Jul 2018 10:59:25 -0400 Subject: Open html in emails with chrome --- .mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mailcap') diff --git a/.mailcap b/.mailcap index 52cc77e..f1ed709 100644 --- a/.mailcap +++ b/.mailcap @@ -1,4 +1,4 @@ -text/html; firefox %s; nametemplate=%s.html +text/html; google-chrome %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