diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-08 11:08:36 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-08 11:08:36 +0000 |
commit | 57d45b655f691b97ce93d6343df84756e702b59f (patch) | |
tree | 56bab46ef328348c7252a08fb146f9cfd6f444fe /mutt | |
parent | 8ae129e22a0e374cd3c29e0c77d43572259e3c7f (diff) |
Adds lynx as the agent of opening web pages
Also automatically viewing html pages inside neomutt is now done using
lynx.
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index ee5877e..f189bbd 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -15,8 +15,8 @@ application/pdf; ~/.mutt/view_attachment.sh %s pdf zathura #text/html; ~/.mutt/view_attachment.sh %s html w3m # try different # text/html; w3m %s; nametemplate=%s.html # text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput -# text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput -text/html; firefox %s & sleep 3; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html +text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +#text/html; firefox %s & sleep 3; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html # Plain Text text/plain; cat; copiousoutput; edit=$VISUAL %s |