From 162072bc9eb250393544a8ad8da1b3ec59b617f9 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 7 Apr 2016 11:07:54 +0100 Subject: [PATCH] mutt: open html in qutebrowser --- mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/mailcap b/mutt/mailcap index a969611..104fcfd 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,4 +1,4 @@ -text/html; ~/.mutt/mutt_bgrun dwb -p mail --name dwb-mail %s; test=test -n "$DISPLAY"; +text/html; ~/.mutt/mutt_bgrun qutebrowser %s; test=test -n "$DISPLAY"; nametemplate=%s.html text/html; w3m -I %{charset} -dump %s -T text/html -cols "$COLUMNS" -o display_link_number=1; copiousoutput; nametemplate=%s.html image/*; ~/.mutt/mutt_bgrun feh %s; application/pdf; ~/.mutt/mutt_bgrun okular %s; -- 2.48.1