Aleksander Machniak
2012-06-28 d9012055cbc94e478c41c975c2d22843d847b065
commit | author | age
48e9c1 1 <?php
T 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 // Enables desktop notification
10 $rcmail_config['newmail_notifier_desktop'] = false;
11
12 ?>