Christian G. Warden dixit (2009-09-22, 11:48): > > Seems simpler, and does the job. BTW, I'm using the following viewer for > > the html-only e-mails (via .mailcap): > > > > text/html; /usr/bin/elinks -dump -force-html '%s'; copiousoutput; > > description=HTML Text; nametemplate=%s.html > > > > This deals pretty badly with the formatting (and creates unnecessary > > margins), do you perhaps have a better more plaintext-like solution to > > the problem? > > This works well for me: > text/html; /usr/bin/lynx -dump -force_html -width=100 -dont_wrap_pre '%s'; > copiousoutput; description=HTML Text; nametemplate=%s.html
-nomargins is the options I was looking for, -width seems to break more than it fixes. Thanks for the motivation, though :) -- [a]