- Properly clean up temporary attachment files when saving as Draft
[squirrelmail.git] / plugins / newmail / config_sample.php
index 7c00e9a99c04cd1d1ed47abf2bcfea06b2f92cda..ef2ad3e8040359c9a57c30e4fe1bf87f4beb32c6 100644 (file)
@@ -1,16 +1,26 @@
 <?php
+
 /**
  * SquirrelMail NewMail plugin
  *
  * Sample configuration file
+ * @copyright &copy; 2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage newmail
  */
 
-// Set $allowsound to false if you don't want sound files available
+// Set $newmail_allowsound to false if you don't want sound files available
 $newmail_allowsound = true;
 
+/**
+ * Don't allow custom sounds 
+ * prefs are stored in DB and data directory is not shared between
+ * web cluster hosts.
+ */
+$newmail_uploadsounds = false;
+
 // controls insertion of embed tags
 $newmail_mediacompat_mode=false;