Julz wrote:
> I have the following in my prefs.js file:
>
> user_pref("mail.biff.sound_file",
> "F:\\home\\julz\\Mozilla\\Julz\\u41wdci4.slt\\mailworf.wav");
> user_pref("mail.biff.use_default_sound", false);
>
> This works perfectly. Oh I'm using mozilla-win32-0.8.1-talkback
>
I believe the second line is completely unnecessary. Also, I'm
surprised that this form of directory listing works here. Would it work
with a space in the file name?
I have the classical URL form:
user_pref("mail.biff.default_sound_url",
"file:///C|/windows/media/Musica%20Open.wav");
As usually in URLs, %20 means "space".
Jacek