Use w3m for HTML emails
Slowly getting there, but no clickable links or images yet.
This commit is contained in:
parent
55fe810aef
commit
cc2bb513d7
|
@ -16,12 +16,13 @@ icon-invalid=⚠
|
|||
threading-enabled=true
|
||||
|
||||
[viewer]
|
||||
pager=nvim
|
||||
pager=w3m -T text/html
|
||||
alternatives=text/html,text/plain
|
||||
|
||||
[filters]
|
||||
text/plain=colorize
|
||||
text/html=colorize
|
||||
text/calendar=calendar
|
||||
message/delivery-status=colorize
|
||||
message/rfc822=colorize
|
||||
text/html=pandoc -f html -t markdown_strict-raw_html
|
||||
|
||||
|
|
Loading…
Reference in New Issue