commit | author | age | ||
48e9c1 | 1 | <?php |
T | 2 | |
3 | // Enables basic notification | |
bcedf0 | 4 | $config['newmail_notifier_basic'] = false; |
48e9c1 | 5 | |
T | 6 | // Enables sound notification |
bcedf0 | 7 | $config['newmail_notifier_sound'] = false; |
48e9c1 | 8 | |
T | 9 | // Enables desktop notification |
bcedf0 | 10 | $config['newmail_notifier_desktop'] = false; |
48e9c1 | 11 | |
f806ed | 12 | // Desktop notification close timeout in seconds |
AM | 13 | $config['newmail_notifier_desktop_timeout'] = 10; |
14 | ||
48e9c1 | 15 | ?> |