removing functions from setup.php
[squirrelmail.git] / plugins / newmail / README
CommitLineData
1d18d38c 1This plugin is used to notify the user when a new mail arrives. There are
2several ways to do this. One is to play a sound (currently a WAV, SWF or MP3
3file) through the browser whenever the user has unseen messages flagged in the
4left window pane. There are options available (on the options page of course) to
5disable this feature for each user, and to select different media files from the
6users local computer. The default is that this is NOT enabled, so you'll need to
7go to the options menu to turn it on first! There are also options to show a
8popup window via JavaScript.
d34a0726 9
10Plugin options are visible only when Javascript is enabled or detected by
11SquirrelMail JavaScript detection functions.
4508b1b6 12
70e628ef 13From SquirrelMail 1.5.1 newmail plugin's site configuration can be stored in
14config/newmail_config.php or plugins/newmail/config.php.
15
16$allowsound setting is replaced with $newmail_allowsound and should be stored
17inside plugin's site configuration file.
7aa22276 18
19
20CREDITS
21
1d18d38c 22This plugin has been originally created by Mike Huttinger, with contributions by
23Tyler Akins and Seth Randall. It's now maintained by the SquirrelMail Project
24Team.