Cheers,
David Brightbill
That's a known bug (http://bugzilla.mozilla.org/show_bug.cgi?id=11459).
As a workaround, try doing a custom install and toggle the mail client off.
/Jonas
--
In personal conversations with technical people, I call myself a hacker.
But when I'm talking to journalists I just say "programmer" or something
like that.
- Linus Torvalds
> As a workaround, try doing a custom install and toggle the mail client
> off.
I have heard that there is no custom install option for the Mac yet...
Put user_pref("network.protocol-handler.external.mailto", true); in your
prefs.js or user.js file. This will make mozila use your system default mail
client. This should work on both Mac OS X and Windows, a few more lines is
needed on *nix, see http://bugzilla.mozilla.org/show_bug.cgi?id=11459 for
more information.
--
Torben
tor...@mac.com
Well, for Linux, it's not enough to put the lines mentioned in the bug
in prefs.js/user.js, you also need to patch and recompile Mozilla.
--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-- Benjamin Franklin
I just tried this on Mozilla 1.0 rc2 (build id: 2002051006) because I
use Eudora and that's what I want opened when I click on a mailto:
link. So I added the above user_pref to my prefs.js file in
E:\Documents and Settings\mjl\Application
Data\Mozilla\Profiles\default\6zezluq9.slt
I didn't see a user.js file anywhere.
However after doing this it still attempts to open Mozilla Mail
(which I installed to play with not to use as my main email).
And I use XNews as my news reader, so it would be nice if I could get
Mozilla to invoke it when I click on a news: url as well.
Anyway, I've been using Mozilla rc2 for the last week or so, and I've
been really happy with it (with the exception of a wierd mouse wheel
issue) and believe I will finally be able to replace IE as my main
browser (Thank God!).
Mike
> Torben <tor...@do-not-spam-me.mac.com.invalid> wrote in
> news:Xns920973ADF7E2Bto...@158.38.0.173:
>
>> Put user_pref("network.protocol-handler.external.mailto",
>> true); in your prefs.js or user.js file. This will make mozila
>> use your system default mail client. This should work on both
>> Mac OS X and Windows, a few more lines is needed on *nix, see
>> http://bugzilla.mozilla.org/show_bug.cgi?id=11459 for more
>> information.
>
> I just tried this on Mozilla 1.0 rc2 (build id: 2002051006)
> because I use Eudora and that's what I want opened when I click
> on a mailto: link. So I added the above user_pref to my prefs.js
> file in E:\Documents and Settings\mjl\Application
> Data\Mozilla\Profiles\default\6zezluq9.slt
>
> I didn't see a user.js file anywhere.
>
> However after doing this it still attempts to open Mozilla Mail
> (which I installed to play with not to use as my main email).
Quick update:
I started reading through the above mentioned bug, and saw a mention
of creating a new file user.js and putting the above user_pref in it.
That worked. Also when I re-examined the prefs.js file the user_pref
I had added had been removed, so that was obviously the wrong file to
modify.
Mike