Aleksander Machniak
2014-11-20 0b36d151572e050b51d82e7429fee847ebb33e22
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;
 
?>