Hacker News new | ask | show | jobs
by tupolef 819 days ago
I'm using Neomutt and I had the same issue with incomplete messages. I tried many ways to convert HTML emails to text for the internal pager, currently I use rust-html2text [1] with some tricks and it's the best result so far.

There is still some issues with Links references and not displaying preview elements so it's a little experimental, I created a Gist with my config and notes [2].

[1] https://github.com/jugglerchris/rust-html2text

[2] https://gist.github.com/tkapias/b0df814c40daf642209b8023f80f...