mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
<?php
|
|
|
|
// Enables basic notification
|
|
$config['newmail_notifier_basic'] = false;
|
|
|
|
// Enables sound notification
|
|
$config['newmail_notifier_sound'] = false;
|
|
|
|
// Enables desktop notification
|
|
$config['newmail_notifier_desktop'] = false;
|
|
|
|
// Desktop notification close timeout in seconds
|
|
$config['newmail_notifier_desktop_timeout'] = 10;
|