calling firefox from mutt - urlview
- To: mutt-users@xxxxxxxx
- Subject: calling firefox from mutt - urlview
- From: Chris <atstake@xxxxxxxxx>
- Date: Sun, 19 Aug 2007 14:06:07 +1000
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=i0XCBotLPbcXbJnMmHodQNz+ZqfoxmwVAM+ZrvDLn8TfFpMEfcF3ihvyj52s1uFGkd4bR144sU1o5L5liEnMgR7lH8svg9cP+fVW5XjVF1ct8ZG6t3wY1P2bGKuzsGCCHqClOk03zSOci8MBPJN22f8bFddvFlb4fFWYvOnGSE4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jQXvxoGg49un9nvfw5yxJFVm3zSgYmwnWZmCMdscevzFseHV9NCEOilx6OXSKhDMyZgJMpT4J5rYWazvjTFwTlRBbkKyBrNMExJVn//6nnYUCELVV0B7/g6mTUDZH8RWKBn9B8K6mcjC2AscbbifoSCFGxbku8g3zMfqWZEillk=
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Sender: owner-mutt-users@xxxxxxxx
I'm using urlview v0.9 with mutt v1.5.12 and firefox v2.0.0.3 on
OpenBSD 4.1. 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.
Any help would be much appreciated. Thanks.
.urlview -
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 &