No problem....
/etc/urlview.conf
COMMAND ~/.mutt/mozilla.sh
~/.mutt/mozilla.sh
#!/bin/sh
URL=$@
/usr/local/bin/firefox -remote "openurl($URL, new-tab)" || /usr/bin/firefox
"$URL"
###/usr/local/bin/mozilla -remote "openurl($URL, new-tab)" ||
/usr/local/bin/mozilla "$URL"
Enjoy....
Chris([EMAIL PROTECTED])@Sat, Aug 25, 2007 at 09:07:01PM +1000:
> Not sure if it's OpenBSD related but I'm using urlview v0.9 with mutt
> v1.5.12 and firefox v2.0.0.3 on OpenBSD 4.1. My window manager is
> wmii.
>
> I just put the following line in my /home/me/.urlview and nothing in
> .muttrc or anywhere else. When I go to mutt and press CTRL-b, it shows
> the url list and when I click one of the URLs, it opens up firefox and
> nothing else happens. Firefox just sits there instead of loading the
> URL.
>
> Any help would be much appreciated. Thanks.
>
> .urlview output -
>
> REGEXP ((http|https|ftp|gopher):(//)?[^ <>"\t]*|www\.[-a-z0-9.]+)[^
> .,;\t<">\):]
> COMMAND /usr/bin/nohup firefox -remote "openURL("%s", new-tab)"
> >/dev/null 2>&1 &