adding phpdoc blocks
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 17 Feb 2005 12:30:08 +0000 (12:30 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 17 Feb 2005 12:30:08 +0000 (12:30 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8861 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/newmail/config-sample.php
plugins/newmail/config_default.php
plugins/newmail/loadfile.php

index 009d709136a80cac2a302a43d7e2508c0d23ddab..f3490daedc3f2d84ce3111f7f30b7653ad3e05f6 100644 (file)
@@ -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;
 
index 63d1b0a393aa5b5ddd7134aaaf10a0619b08908c..6b242653facb1e60a8ce0b96214088be36fc34ee 100644 (file)
@@ -1,4 +1,13 @@
 <?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;
index e12e6c99ddcbdaa16e9f9a813166f5763c9ffacd..540528f11507fdc2378f84b563810568ceff0ecc 100644 (file)
@@ -8,7 +8,10 @@
  * @subpackage new_mail
  */
 
-/** define SM_PATH */
+/**
+ * define SM_PATH 
+ * @ignore
+ */
 define('SM_PATH','../../');
 
 /** Load squirrelmail functions */