On 17/10/02 09:07, Fabiano Venturelli Replied As Follows:

--- Original Message ---

> Hi guys. Someone can tell me if it is possible to increase the display time
> of the popup alert shown when a new mail message is detected? For me, the
> default time is short.
> Bye.
> Fabiano
> 
> 
> 
> 

Add the following to your PREFS.JS or USER.JS (if you have one):

// pref to control the alert notification
pref("alerts.slideIncrement", 1);
pref("alerts.slideIncrementTime", 10);
pref("alerts.totalOpenTime", 4000);
pref("alerts.height", 60);

The OpenTime pref is what you're looking for and the time is entered in
milliseconds - 4000 = 4 seconds in the example above.

-- 
Jay Garcia - Netscape Champion
Novell MCNE-5/CNI-Networking Technologies-OSI
UFAQ - http://www.UFAQ.org
** Post To Group ONLY, do NOT email **


Reply via email to