commit 2cb6dfb574834d3d17980d7c41473daa745d76cc
parent e6087481ad26e7a328a11d9537dcce18982bbc5e
Author: cshjsc <47149574+cshjsc@users.noreply.github.com>
Date: Tue, 2 Nov 2021 19:34:59 +0100
Fix html links splitting
avoid line splitting.
the width option is set to 80 by default, increasing it will avoid breaking long links in two different lines
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mailcap b/share/mailcap
@@ -1,6 +1,6 @@
text/plain; $EDITOR %s ;
text/html; openfile %s ; nametemplate=%s.html
-text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
+text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput;
image/*; openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;