On Sat, Jan 18, 2003 at 11:11:16AM -0500, Josh Kuperman wrote:
> Url view just extracts and presents all the urls in a list when you
> hit ctrl-b. It doesn't decide what to do with them. I would love to
> see Launch an example of a .muttrc using Launch as I'm not quite sure
> how it would work.

Sure it does, see man urlview,  The lines people were quoting (REGEXP,
COMMAND) go into ~/.urlview.

> I use Mutt with Mac OS X as well as some Linux machines. I tried once
> about a year ago to install urlview on MacO S X; I was unsuccessful. I
> have been viewing html with w3m, a test viewer using a suggestion I
> saw on this list of putting
>                 
> text/html; w3m -dump -T text/html %s; copiousoutput
> 
> in my .mailcap
> 
> and having
> 
> auto_view text/html
> 
> in my .muttrc

This causes the message to be displayed inline.  To get it to display
in w3m otherwise, do this in .mailcap:

text/html; w3m -T text/html %s; needsterminal; description=HTML Text; 
nametemplate=%s.html
text/html; w3m -T text/html -dump %s; copiousoutput; description=HTML Text; 
nametemplate=%s.html

That way w3m renders with -dump inline and also will display
fullscreen from the attachment list.  You could replace 'w3m' in the
first line with a script which allowed you to choose a browser.  I
don't run Mutt on OS X so I always use w3m.  On OS X I have a script
which checks whether I'm logged in from the console and uses w3m or
launch (which I wrote, so I guess I'm a bit biased :) alternately.

-- 
=Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to