Re: How to show attatchments

2001-02-02 Thread Duncan Watson
On Wed, Jan 31, 2001 at 02:16:13PM +0100, Åsmund Skjæveland wrote: > I've set up my .mailcap so that when I try to view an HTML mail, it > is passed to lynx which parses it and returns formatted text. This is the > entry: > > text/html; lynx -dump -force_html %s; copiousoutput; > > What I'd li

Re: How to show attatchments

2001-01-31 Thread Thomas E. Dickey
On Wed, 31 Jan 2001, Brian Foley wrote: > * Thomas E. Dickey [[EMAIL PROTECTED]] on [31-01-01] wrote: > > TRST (the feature in lynx that you're referring to) dates back about a > > year. > > But for most of the web-sites that I visit, w3m's handling of tables that wasn't my point - the point wa

Re: How to show attatchments

2001-01-31 Thread Brian Foley
* Thomas E. Dickey [[EMAIL PROTECTED]] on [31-01-01] wrote: > TRST (the feature in lynx that you're referring to) dates back about a > year. But for most of the web-sites that I visit, w3m's handling of tables and frames is superior to that provided by "TRST". The lynx manual outlines some limit

Re: How to show attatchments

2001-01-31 Thread Thomas E. Dickey
On Wed, 31 Jan 2001, Brian Foley wrote: > * Åsmund Skjæveland [[EMAIL PROTECTED]] on [31-01-01] wrote: > > What I'd like to do is to have this shown like a normal mail, so that mutt > > has lynx parse the mail automatically instead of having to view the > > HTML attachment separately. > > auto_v

Re: How to show attatchments

2001-01-31 Thread Dirk Ruediger
Hi, > * Åsmund Skjæveland [[EMAIL PROTECTED]] on [31-01-01] wrote: > > What I'd like to do is to have this shown like a normal mail, so that mutt > > has lynx parse the mail automatically instead of having to view the > > HTML attachment separately. > > text/html; w3m -T text/html %s; copio

Re: How to show attatchments

2001-01-31 Thread Brian Foley
* Åsmund Skjæveland [[EMAIL PROTECTED]] on [31-01-01] wrote: > What I'd like to do is to have this shown like a normal mail, so that mutt > has lynx parse the mail automatically instead of having to view the > HTML attachment separately. auto_view text/html in your muttrc does exactly what you w