add swf and mp3 support
[squirrelmail.git] / plugins / newmail / config_default.php
CommitLineData
dbc7cd0a 1<?php
2// Set $allowsound to false if you don't want sound files available
3global $newmail_allowsound;
4$newmail_allowsound = true;
5
6// controls insertion of embed tags
7global $newmail_mediacompat_mode;
8$newmail_mediacompat_mode=false;
9
10// Default setting should create empty array.
11global $newmail_mmedia;
12$newmail_mmedia=array();
13?>