aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-08-22 20:44:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-08-22 20:44:52 +1200
commita771efa8368956d6c32cdb161ca885338c5e063d (patch)
treec209cdf2f94346bce8cf745b20a07a881b6cf926
parentRemove margins for HTML mail translation (diff)
downloaddotfiles-a771efa8368956d6c32cdb161ca885338c5e063d.tar.gz
dotfiles-a771efa8368956d6c32cdb161ca885338c5e063d.zip
Allow wider wraps for HTML mail translation
-rw-r--r--mutt/mailcap2
1 files changed, 1 insertions, 1 deletions
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