]> git.donarmstrong.com Git - roundcube.git/blob - plugins/newmail_notifier/config.inc.php.dist
21b3d96c2e8748e2ef4bc9664eef29bb022e2464
[roundcube.git] / plugins / newmail_notifier / config.inc.php.dist
1 <?php
2
3 // Enables basic notification
4 $rcmail_config['newmail_notifier_basic'] = false;
5
6 // Enables sound notification
7 $rcmail_config['newmail_notifier_sound'] = false;
8
9 ?>