Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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. ?>