From: tokul Date: Thu, 3 Mar 2005 11:19:42 +0000 (+0000) Subject: Plugin may be invisible when JS is not detected X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=d34a07260930aec480964deae79c1fcd35c1b04a Plugin may be invisible when JS is not detected git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8931 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/newmail/README b/plugins/newmail/README index 50b46d06..36cdf9b9 100644 --- a/plugins/newmail/README +++ b/plugins/newmail/README @@ -1,10 +1,13 @@ -This plugin is used to play sounds (currently a WAV file) through the -browser whenever the user has unseen messages flagged in the left window -pane. There are options available (on the options page of course) to -disable this feature for each user, and to select different media files -from the users local computer. The default is that this is NOT enabled, -so you'll need to go to the options menu to turn it on first! There are -also options to show a popup window via JavaScript. +This plugin is used to play sounds (currently a WAV, SWF or MP3 files) +through the browser whenever the user has unseen messages flagged in the +left window pane. There are options available (on the options page of +course) to disable this feature for each user, and to select different +media files from the users local computer. The default is that this is +NOT enabled, so you'll need to go to the options menu to turn it on first! +There are also options to show a popup window via JavaScript. + +Plugin options are visible only when Javascript is enabled or detected by +SquirrelMail JavaScript detection functions. From SquirrelMail 1.5.1 newmail plugin's site configuration can be stored in config/newmail_config.php or plugins/newmail/config.php.