summaryrefslogtreecommitdiff
path: root/plugins/newmail_notifier/config.inc.php.dist
blob: 21b3d96c2e8748e2ef4bc9664eef29bb022e2464 (plain)
1
2
3
4
5
6
7
8
9
<?php

// Enables basic notification
$rcmail_config['newmail_notifier_basic'] = false;

// Enables sound notification
$rcmail_config['newmail_notifier_sound'] = false;

?>