<<< Date Index >>>     <<< Thread Index >>>

Re: read text/html



On 2003-09-29, Jay Goodman Tamboli <jay@xxxxxxxxxx> wrote:
>
> --JWEK1jqKZ6MHAcjA
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Mon, Sep 29, 2003 at 05:45:02PM +0530, Ramachandran wrote:
>> Mails with graphics, text/html are delivered.I use 'v' and the 'pipe to'
>> 'urlview'.This gives me the list of urls, which I copy & paste.
>> Is there any simpler method?=20
>
> The method I use is this:
>
> in ~/.mailcap:
> text/html;lynx -force_html -image_links -dump %s; copiousoutput

I prefer the w3m browser [1], so I use this in my .mailcap instead:

text/html; w3m -T text/html '%s' ; needsterminal
text/html; w3m -T text/html -dump '%s' ; copiousoutput

 1. http://slashdot.org/comments.pl?sid=79845&cid=7049298

        Mark

--
http://mark.stosberg.com/