On Fri, Jun 08, 2001 at 02:45:36PM -0400, [EMAIL PROTECTED] wrote:
> I set up the web browser in Muttrc
> set web_browser="netscape"
> And get this error message that line 92 contains the unknown variable
> web-browser
> What is the variable for setting the default web browser in Mutt?

Try one in your ~/.mailcap,
    text/html; lynx %s; nametemplate=%s.html; test=test "$TERM" = "linux" -o "$TERM" = 
"xterm"
    text/html; netscape -remote 'openURL(%s)'; nametemplate=%s.html; test=ps -C 
netscape 1>/dev/null 2>/dev/null
    text/html; netscape %s; nametemplate=%s.html; test=ps -C X 1>/dev/null 2>/dev/null

For some reason, only the first works for me.

-- 
William Park, Open Geometry Consulting, <[EMAIL PROTECTED]>
8 CPU cluster, (Slackware) Linux, Python, LaTeX, Vim, Mutt, Sc.

Reply via email to