|
Last change
on this file since 5272 was
5272,
checked in by alec, 20 months ago
|
- Add newmail_notifier_desktop option to sample config
|
|
File size:
257 bytes
|
| Rev | Line | |
|---|
| [4788] | 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 | |
|---|
| [5272] | 9 | // Enables desktop notification |
|---|
| 10 | $rcmail_config['newmail_notifier_desktop'] = false; |
|---|
| 11 | |
|---|
| [4788] | 12 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.