Hi Chris,
Well I tried using Tom Gally's approach (below), but that didn't work.
Anyone else on the list try this? Resuls?
So long for now, TOM
>from Tom Gally:
>-----
> For the now-moot issue of how to click on a "mailto" link in
> Mozilla and get it to open a new e-mail message addressed to
> that address in PM, Thomas Mueller-Hotop wrote:
>
>> >for OS 9.1:
>> >
>> >Go to "Applications -> Mozilla Folder -> defaults -> pref "
>> >and open the doc "all.js" with BBEdit and fill in
>> >
>> ><pref("network.protocol-handler.external.mailto", true);>
>> >
>> >without "<>" on the respective place.
>> >
>> >After then Mozilla should open the Mail-Client you selected
>> >in the "Internet" Control Panel.
>
> I tried the same thing in OS 10.2.3, and it worked. Many thanks
> for the hint.
>
> On my system, the "all.js" file is in a different location
> (Home > Library > Mozilla > Profiles > [username] > [a folder
> with a seemingly random name]).
>
> I added the following line to the file:
>
> user_pref("network.protocol-handler.external.mailto", true);
>
> because all the other lines began "user_pref", not "pref". I put
> this line in its proper alphabetical location in the file, though
> I don't know if that was necessary or not.
>
>-----(note he made the following correction to the above...)
>
>> >On my system, the "all.js" file ...
>
> The name of the file that I modified was "prefs.js", not "all.js".
> Sorry for the confusion.
>-----
>