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