Thomas Bruederli
2014-01-29 ed7b1f01dea56ff01e9cb4cf48c38c81c75cbbe0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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;
 
?>