You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.inc.php.dist 336B

123456789101112131415
  1. <?php
  2. // Enables basic notification
  3. $config['newmail_notifier_basic'] = false;
  4. // Enables sound notification
  5. $config['newmail_notifier_sound'] = false;
  6. // Enables desktop notification
  7. $config['newmail_notifier_desktop'] = false;
  8. // Desktop notification close timeout in seconds
  9. $config['newmail_notifier_desktop_timeout'] = 10;
  10. ?>