On Tue, 19 Apr 2005 17:44, Ralph Stoker wrote:
> I have a 'Contact Us' link on one of my web pages that uses the html
> code..'mailto: [EMAIL PROTECTED]'.
>
> In Konqueror it automatically opens up K-mail to enable a contact E-mail to
> be sent; but when tried with Firefox it does not...what setting option have
> I failed to spot with Firefox??
>
> Cheers
> Ralph
add the line:-
user_pref("network.protocol-handler.app.mailto", "/usr/kde/3.3/bin/kmail");
or
user_pref("network.protocol-handler.app.mailto", "/usr/kde/3.4/bin/kmail");
as appropriate as to kde-3.3 or kde-3.4 as the case may be for you, to the 
file:-
~/.mozilla/firefox/<whatever your random code is>.default/prefs.js

and remove any other line containing "network.protocol-handler.app.mailto"

--
C. S.

Reply via email to