view plugins/newmail_notifier/config.inc.php.dist @ 24:4869fae20b88

do better at flag deletion, unthreaded dates sort working, preparing for threaded
author Charlie Root
date Wed, 17 Jan 2018 17:40:51 -0500
parents 1e000243b222
children
line wrap: on
line source

<?php

// Enables basic notification
$config['newmail_notifier_basic'] = false;

// Enables sound notification
$config['newmail_notifier_sound'] = false;

// Enables desktop notification
$config['newmail_notifier_desktop'] = false;

// Desktop notification close timeout in seconds
$config['newmail_notifier_desktop_timeout'] = 10;

?>