From 4eee2d68cf42b8d3fd07fa5edc2dc534d2c88dad Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 13 Apr 2018 10:01:20 -0700 Subject: [PATCH] use firefox for text/html --- .mailcap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailcap b/.mailcap index cc6ce1c..ac28732 100644 --- a/.mailcap +++ b/.mailcap @@ -8,3 +8,4 @@ image/jpeg; /usr/bin/feh '%s'; test=test -n "$DISPLAY" image/jpg; /usr/bin/feh '%s'; test=test -n "$DISPLAY" image/gif; /usr/bin/feh '%s'; test=test -n "$DISPLAY" image/tiff; /usr/bin/feh '%s'; test=test -n "$DISPLAY" +text/html; /usr/bin/firefox '%s' & sleep 2s; text=test -n "$DISPLAY" -- 2.39.2