git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8861
7612ce4b-ef26-0410-bec9-
ea0150e637f0
<?php
+/**
+ * SquirrelMail NewMail plugin
+ *
+ * Sample configuration file
+ * @version $Id$
+ * @package plugins
+ * @subpackage new_mail
+ */
+
// Set $allowsound to false if you don't want sound files available
$newmail_allowsound = true;
<?php
+/**
+ * SquirrelMail NewMail plugin
+ *
+ * Default configuration file
+ * @version $Id$
+ * @package plugins
+ * @subpackage new_mail
+ */
+
// Set $allowsound to false if you don't want sound files available
global $newmail_allowsound;
$newmail_allowsound = true;
* @subpackage new_mail
*/
-/** define SM_PATH */
+/**
+ * define SM_PATH
+ * @ignore
+ */
define('SM_PATH','../../');
/** Load squirrelmail functions */