Yes you should be changing the Mozilla prefs.js file. If on Windows
2000, I think it's located in
C:\Documents And Settings\<userid>\Application Data\Mozilla\<profile
name>\<wierd .slt dir name>\prefs.js
or somewhere around there. You get the picture. Do a search for local
hard drives for prefs.js file. Alternatively, look in Edit->Mail and
News Settings->Server Settings. There is a box over there that indicates
the local directory to store your mail. The directory location should
give you a hint as to where your prefs.js is.
Your settings would be
user_pref("mail.biff.use_default_sound", false);
user_pref("mail.biff.sound_file", "C:\\Windows\\Media\\Notify.wav");
Pratik.
Hawk wrote:
> Pratik Solanki wrote:
>
>> By adding the following 2 lines in your prefs.js
>>
>> user_pref("mail.biff.use_default_sound", false);
>> user_pref("mail.biff.sound_file", "<path-to-your-favourite-wav-file>");
>>
>> Pratik.
>
>
> Pratik
>
> Thanks a lot for your answer but it does not work yet.
> First the prefs.js does not let me save any changes and
> it not a read only file. But perhaps I am trying to change
> the wrong [Netscape] prefs.js files when I should be changing
> the Mozilla prefs.js file.
> So could you give me the path to the prefs.js files you mean?
>
> And could you give me he syntax for the path I must put in
> since most of the path's are of this kind:
>
> C:\\Windows\\Media\\Notify.wav
>
> Thanks in advance