[EMAIL PROTECTED] wrote:
> Jay Garcia wrote:
>
>> On 05/01/2002 7:10 PM, David Orriss Jr Entered The Following Comment:
>>
>>> On 5/1/2002 5:06 PM, Jay Garcia wrote:
>>>
>>>> On 05/01/2002 4:43 PM, David Orriss Jr Entered The Following Comment:
>>>>
>>>>
>>>>> I'm using the latest nightly build in Win32. First I wanna say
>>>>> that it looks *real* good. However new mail notification isn't
>>>>> happening. I can't figure out why. Occasionally I get my 'beep'
>>>>> to tell me the email is there, but I'm not seeing *any* visual
>>>>> notification in the task tray. This has been a problem in RC1 and
>>>>> it still there in this build. Even on two different machines...!
>>>>>
>>>>> Suggestions?
>>>>>
>>>>
>>>>
>>>> EDIT / prefs / Mail & Newsgroups / "Play a Sound" and "Show an Alert"
>>>>
>>>> Make sure both boxes are ticked.
>>>
>>>
>>> They're set, there's a valid WAV file for New Mail notification...
>>> Still no go.
>>>
>>
>>
>> If found, remove this:
>>
>> user_pref("mail.biff.play_sound",true);
>> user_pref("mail.biff.use_default_sound", false);
>> user_pref("mail.biff.sound_file", "Path_To_WAV_File");
>>
>> Add this:
>>
>> // pref to control the alert notification
>> pref("alerts.slideIncrement", 1);
>> pref("alerts.slideIncrementTime", 10);
>> pref("alerts.totalOpenTime", 4000);
>> pref("alerts.height", 60);
>>
>> Other than this, I have no idea presently.
>>
>
> I had the same problem, but when I added this lines to pref. after
> restarting Mozilla they disapper.
>
Edit the file with mozilla closed, or close mozilla, then save the file
(moz has to be closed when you save the file - or it'll rewrite the old
file over your changes)
Patrick