Steve Carroll wrote:

> How do you change the default new mail sound?  I located newmail.wav in 
> the ...\bin\chrome\messenger\content\messenger directory, and stuck a 
> new wav file in that directory and renamed it to newmail.wav -- but that 
> didn't work.  I still hear the default beep.  There's got to be a way ;-)

The right way to do this is to use prefs.

user_pref("mail.biff.use_default_sound",false);
user_pref("mail.biff.sound_file","C:\foo.wav");

there is already a bug to expose these prefs in the UI.

-Seth


Reply via email to