Summary | nav_audio wrong default value |
Queue | IMP |
Queue Version | 4.3.5 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | sistemisti-posta (at) csi (dot) it |
Created | 11/25/2009 (5702 days ago) |
Due | |
Updated | 01/13/2010 (5653 days ago) |
Assigned | |
Resolved | 11/29/2009 (5698 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
MFB: [cjh] Fix the default value for the nav_audio preference
(sistemisti-posta@csi.it,
Bug #8725).http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=7f52cfe330ff812639803818a34d074546ec3f5e&r2=847283feb5d139ff4d0fa38d326f03a26ce9ac68
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=f2cdb2b0b3d35b400c34ba139f77fdf8020135fc&r2=847283feb5d139ff4d0fa38d326f03a26ce9ac68
Assigned to Chuck Hagenbuch
State ⇒ Resolved
MFB: [cjh] Fix the default value for the nav_audio preference
(sistemisti-posta@csi.it,
Bug #8725).http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=7f52cfe330ff812639803818a34d074546ec3f5e&r2=847283feb5d139ff4d0fa38d326f03a26ce9ac68
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=f2cdb2b0b3d35b400c34ba139f77fdf8020135fc&r2=847283feb5d139ff4d0fa38d326f03a26ce9ac68
[cjh] Fix the default value for the nav_audio preference
(sistemisti-posta@csi.it,
Bug #8725).http://cvs.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde&r1=1.216.4.36&r2=1.216.4.37&ty=u
http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.414&r2=1.699.2.415&ty=u
Priority ⇒ 1. Low
New Attachment: prefs.php.dist.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ nav_audio wrong default value
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ IMP
// play a sound on new mail? if so, which one?
$_prefs['nav_audio'] = array(
'value' => 0,
'locked' => false,
'shared' => false,
'type' => 'implicit',
);
If I login and I open 'Options --> New Mail' I see theetone.wav selected.
In prefs I must set
'value' => '',
to see 'No Sound' selected.
Regards