source:
subversion/trunk/plugins/newmail_notifier/config.inc.php.dist
@
5272
| Last change on this file since 5272 was 5272, checked in by alec, 20 months ago | |
|---|---|
| File size: 257 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 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 | ?> |
Note: See TracBrowser
for help on using the repository browser.
