From 8b4070b51e98191e73b51fc28c42b8a10e0d92dc Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 16 Jul 2014 00:20:19 +0100 Subject: [PATCH] mutt: use column with for html rendering --- mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/mailcap b/mutt/mailcap index 664bda6..a969611 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,5 +1,5 @@ text/html; ~/.mutt/mutt_bgrun dwb -p mail --name dwb-mail %s; test=test -n "$DISPLAY"; -text/html; w3m -I %{charset} -T text/html; copiousoutput; +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; application/*; ~/.mutt/mutt_bgrun mimeo %s; -- 2.48.1