From a771efa8368956d6c32cdb161ca885338c5e063d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 22 Aug 2020 20:44:52 +1200 Subject: Allow wider wraps for HTML mail translation --- mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/mailcap b/mutt/mailcap index 9fa3fff3..b8fd5b03 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,7 +1,7 @@ # Simple mailcap for a terminal-only Mutt; I generally download everything # anyway and deal with it on a shell, or pass it to a GUI machine. # -text/html; lynx -dump -nomargins -force_html %s; \ +text/html; lynx -dump -nomargins -force_html -width 1024 %s; \ copiousoutput; \ description=HTML; \ nametemplate=%s.html -- cgit v1.2.3