mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-14 20:16:50 +01:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
<?php
|
|
|
|
// Enables basic notification
|
|
$rcmail_config['newmail_notifier_basic'] = false;
|
|
|
|
// Enables sound notification
|
|
$rcmail_config['newmail_notifier_sound'] = false;
|
|
|
|
// Enables desktop notification
|
|
$rcmail_config['newmail_notifier_desktop'] = false;
|
|
|
|
?>
|