From 2e056ffd5205783c608efd1e8215ce2b2d5c6487 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Gasull Date: Wed, 21 Nov 2018 23:16:05 +0800 Subject: [PATCH] Update mutt.md --- configuration/mutt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/mutt.md b/configuration/mutt.md index c77b56bd..acf0425e 100644 --- a/configuration/mutt.md +++ b/configuration/mutt.md @@ -196,5 +196,5 @@ In `.mailcap`: ### override all default mailcap settings to prevent ### opening in muttvm - text/html; w3m '%s' | cat --squeeze-blank; nametemplate=%s.html; copiousoutput + text/html; w3m -T text/html '%s' | cat --squeeze-blank; nametemplate=%s.html; copiousoutput */*; qvm-open-in-dvm xdg-open '%s'; test=test -n "$DISPLAY"