summaryrefslogtreecommitdiff
path: root/plugins/newmail_notifier
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-23 06:26:44 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-23 06:26:44 +0000
commit698b71dda1ca6efe0fc5bc752f83236fec0409fe (patch)
tree159cec4515c018a0d2dfaf615a536bfa7adb115a /plugins/newmail_notifier
parente917f4cf83dc4f6bb67b70f5d85dc6f95e685bf9 (diff)
- Add newmail_notifier_desktop option to sample config
git-svn-id: https://svn.roundcube.net/trunk@5272 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/newmail_notifier')
-rw-r--r--plugins/newmail_notifier/config.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/newmail_notifier/config.inc.php.dist b/plugins/newmail_notifier/config.inc.php.dist
index 21b3d96c2..067fe19f1 100644
--- a/plugins/newmail_notifier/config.inc.php.dist
+++ b/plugins/newmail_notifier/config.inc.php.dist
@@ -6,4 +6,7 @@ $rcmail_config['newmail_notifier_basic'] = false;
// Enables sound notification
$rcmail_config['newmail_notifier_sound'] = false;
+// Enables desktop notification
+$rcmail_config['newmail_notifier_desktop'] = false;
+
?>