From 644c4d2ca00345d5daafffd8e93e6877736c94e6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 22 Aug 2020 20:44:41 +1200 Subject: Remove margins for HTML mail translation --- mutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/mailcap b/mutt/mailcap index ebf86c98..9fa3fff3 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 -force_html %s; \ +text/html; lynx -dump -nomargins -force_html %s; \ copiousoutput; \ description=HTML; \ nametemplate=%s.html -- cgit v1.2.3