From 847283feb5d139ff4d0fa38d326f03a26ce9ac68 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sun, 29 Nov 2009 00:32:26 -0500 Subject: [PATCH] MFB: [cjh] Fix the default value for the nav_audio preference (sistemisti-posta@csi.it, Bug #8725). --- imp/config/prefs.php.dist | 2 +- imp/docs/CHANGES | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 41197ea41..a96eb0966 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -1081,7 +1081,7 @@ $_prefs['nav_popup'] = array( // play a sound on new mail? if so, which one? $_prefs['nav_audio'] = array( - 'value' => 0, + 'value' => '', 'locked' => false, 'shared' => false, 'type' => 'implicit', diff --git a/imp/docs/CHANGES b/imp/docs/CHANGES index 4e0f0cf8f..08d4fe452 100644 --- a/imp/docs/CHANGES +++ b/imp/docs/CHANGES @@ -120,6 +120,8 @@ v5.0-git v4.3.6-cvs ---------- +[cjh] Fix the default value for the nav_audio preference + (sistemisti-posta@csi.it, Bug #8725). [mms] Make sure sent-mail folders exist if using the drop-down selection list on the compose page (Bug #8520). [mms] When replying to list, correctly extract e-mail address if multiple -- 2.11.0