@@ -1,4 +1,13 @@
<?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;
+ * Default configuration file
global $newmail_allowsound;
@@ -8,7 +8,10 @@
* @subpackage new_mail
*/
-/** define SM_PATH */
+ * define SM_PATH
+ * @ignore
define('SM_PATH','../../');
/** Load squirrelmail functions */