Use lynx instead of w3m
This commit is contained in:
parent
1d8cc53b40
commit
b35bc9d391
2
.mailcap
2
.mailcap
@ -1,6 +1,6 @@
|
|||||||
# mailcap - MIME configuration file
|
# mailcap - MIME configuration file
|
||||||
|
|
||||||
text/html; w3m -T text/html '%s'
|
text/html; lynx -dump -assume_charset=utf-8 -display_charset=utf-8 -force_html '%s'; copiousoutput
|
||||||
text/html; w3m -T text/html -dump '%s'; copiousoutput
|
text/html; w3m -T text/html -dump '%s'; copiousoutput
|
||||||
|
|
||||||
text/*; cat; copiousoutput; edit=$VISUAL %s
|
text/*; cat; copiousoutput; edit=$VISUAL %s
|
||||||
|
Loading…
Reference in New Issue
Block a user