Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2006 16:33:22 -0600
From:      Eric Schuele <e.schuele@computer.org>
To:        Steel City Phantom <scphantm@yahoo.com>
Cc:        freebsd general questions <freebsd-questions@freebsd.org>
Subject:   Re: Few thunderbird questions
Message-ID:  <441B3932.6020509@computer.org>
In-Reply-To: <441B34E9.7090305@yahoo.com>
References:  <441B34E9.7090305@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Steel City Phantom wrote:
> ok, bsd 6, kde 3.5, thunderbird 1.5, firefox 1.5
> 
> few things that are slightly annoying in thunderbird that if someone 
> knows how to fix, i would be very happy.
> 
> 1) when i click on a url link in thunderbird, nothing happens.  how to i 
> have it open firefox and go to that url

I think the following in ~/.thunderbird/<your_profile_dir>/user.js 
(which may not exist by default):

user_pref("network.protocol-handler.app.http", "/usr/X11R6/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/X11R6/bin/firefox");
user_pref("network.protocol-handler.app.ftp", "/usr/X11R6/bin/firefox");

Mind the wrap... its three lines.

> 2) when mail arrives, it does a system beep.  is there any way to map 
> that to a KDE event so i can put some kind of meaningful sound to it?
> 

Can't help here.

> 
> thanks
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
> 


-- 
Regards,
Eric



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?441B3932.6020509>