Re: Re: html message handling in pan-0.120
Charles Kerr <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
Anuj Verma (Kevin) wrote: > On Sat, 20 Jan 2007 01:33:36 -0500, Rinaldi J. Montessi wrote: >> How hard would it be to pipe a message to links/lynx? I believe slrn has >> a function for stripping html. >> >> % In case we need metamail to display an article: set metamail_command >> "lynx -dump -force-html %s" >> >> Rinaldi > > So where to apply the solution ? > - within Pan (hardcoded or in configuration) ? > -or- > - at mail2news side ? It looks like mail2news-client reads the email article from standard input, right? So I think you could replace your "mail2news-client" invocation with "elinks -dump | mail2news-client". Charles