소스 검색

allow admin disabling of sound

teepe 23 년 전
부모
커밋
838ef941ed
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      plugins/newmail/README

+ 9 - 0
plugins/newmail/README

@@ -40,3 +40,12 @@ huttinger@ipact.com
 Modifications by Tyler Akins to support changing the title bar and for the
 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()
 new 1.1.1 validate.php format.  Also uses the new sqimap_unseen_messages()
 function in 1.1.2
 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