From 9f77c39f59a51bd5cad1bb0e1a8f04eb2c4e5dc1 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 27 Oct 2018 19:21:14 +0200 Subject: mutt: view html mails in browser --- by_os/Linux/mutt/.mutt/mailcap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'by_os/Linux/mutt/.mutt') diff --git a/by_os/Linux/mutt/.mutt/mailcap b/by_os/Linux/mutt/.mutt/mailcap index 8aaaa7e..ae71a18 100644 --- a/by_os/Linux/mutt/.mutt/mailcap +++ b/by_os/Linux/mutt/.mutt/mailcap @@ -1,4 +1,4 @@ -text/html; firefox %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal +text/html; browser -new-tab %s &>/dev/null & sleep 1; test=test -n "$DISPLAY"; needsterminal text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput text/plain; less %s application/x-pdf; zathura %s @@ -8,3 +8,4 @@ image/jpeg; feh %s image/pjpeg; feh %s image/png; feh %s image/gif; feh %s + -- cgit v1.2.3