Should this not just need a .mailcap entry: text/html; /usr/local/bin/lynx -dump -force_html %s
On 29/12/2019, putridsou...@gmail.com <putridsou...@gmail.com> wrote: > 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 > >