diff options
author | cshjsc <47149574+cshjsc@users.noreply.github.com> | 2021-11-02 19:34:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 19:34:59 +0100 |
commit | 2cb6dfb574834d3d17980d7c41473daa745d76cc (patch) | |
tree | 33e45444e1b37e1ae155f516ea6558b79c11ec15 /share | |
parent | e6087481ad26e7a328a11d9537dcce18982bbc5e (diff) |
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 (limited to 'share')
-rw-r--r-- | share/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mailcap b/share/mailcap index b355f32..a49145f 100644 --- 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 ; |