information about removed function and newmail plugin changes.
[squirrelmail.git] / plugins / newmail / config_default.php
1 <?php
2 /**
3 * SquirrelMail NewMail plugin
4 *
5 * Default configuration file
6 * @version $Id$
7 * @package plugins
8 * @subpackage new_mail
9 */
10
11 // Set $allowsound to false if you don't want sound files available
12 global $newmail_allowsound;
13 $newmail_allowsound = true;
14
15 // controls insertion of embed tags
16 global $newmail_mediacompat_mode;
17 $newmail_mediacompat_mode=false;
18
19 // Default setting should create empty array.
20 global $newmail_mmedia;
21 $newmail_mmedia=array();
22 ?>