From: teepe Date: Sun, 24 Feb 2002 20:52:40 +0000 (+0000) Subject: allow admin disabling of sound X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=inline;h=8260494d56b39d6ead37a9e427202f47badd5e5c;hp=412303e0e9dc62963294717f14189ccc62a71a7d;p=squirrelmail.git allow admin disabling of sound git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2509 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/newmail/README b/plugins/newmail/README index ea6fb67f..e5f6f783 100644 --- a/plugins/newmail/README +++ b/plugins/newmail/README @@ -40,3 +40,12 @@ huttinger@ipact.com Modifications by Tyler Akins to support changing the title bar and for the new 1.1.1 validate.php format. Also uses the new sqimap_unseen_messages() function in 1.1.2 + +----------------------------------------- + +Modification by Wouter Teepe from Seth Randall... +to disallow the use of audio, change + $allowsound = "true"; +to + $allowsound = "false"; +on line 33 of newmail_opt.php