source: subversion/trunk/plugins/newmail_notifier/config.inc.php.dist @ 4788

Last change on this file since 4788 was 4788, checked in by alec, 2 years ago
  • Removed focus_on_new_message option, added newmail_notify plugin
File size: 172 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?>
Note: See TracBrowser for help on using the repository browser.