Sunday, December 29, 2019

pipe html mail to links

I wish to pipe my mails from the standard
openbsd mail command to links.
But I failed to find any way to pipe
in message or file from stdin to links

Following three lines are edits I want to
do expect use links instead to lynx

.mailrc
# Reading HTML mail
set pipe-text/html="lynx -dump -force_html /dev/stdin"

I tried this with "links -dump /dev/stdin"
I'm greeted with following error

Unkown file type

No comments:

Post a Comment