From be7f37817faa7656ab211feb8abbece9e9dd980d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 6 Sep 2016 16:53:54 +0200 Subject: What diff found --- mutt/mailcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mutt/mailcap') diff --git a/mutt/mailcap b/mutt/mailcap index 86f7d73..1202432 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -2,9 +2,9 @@ ##allowing you to browse and "click" links ##order matters the first entry which passes the test is used #gui browser if $DISPLAY is set -text/html; conkeror "%s" &; test=test -n "$DISPLAY"; nametemplate=%s.html +text/html; conkeror %s &; test=test -n "$DISPLAY"; nametemplate=%s.html #text browser otherwise -text/html; w3m -v -F -T text/html "%s"; nametemplate=%s.html; needsterminal +text/html; w3m -v -F -T text/html %s; nametemplate=%s.html; needsterminal ##auto_view will use the entry with the copiousoutput part: text/html; lynx -stdin -dump -force_html ; copiousoutput -- cgit v1.2.3