Added a counter pref and a fix for the imapid
[squirrelmail.git] / src / compose.php
index b2bae15f448a1cbc6d74d5be09261467f64c7228..5dc425d63be4903da135422e1ddcaf82efa1cfed 100644 (file)
@@ -1,19 +1,20 @@
 <?php
+
    /**
-    * compose.php
-    *
-    * Copyright (c) 1999-2000 The SquirrelMail development team
-    * Licensed under the GNU GPL. For full terms see the file COPYING.
-    *
-    * This code sends a mail.
-    *
-    * There are 4 modes of operation:
-    *    - Start new mail
-    *    - Add an attachment
-    *    - Send mail
-    *    - Save As Draft
-    *  
-    * $Id$
+    * compose.php
+    **
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    * Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    * This code sends a mail.
+    **
+    * There are 4 modes of operation:
+    *    - Start new mail
+    *    - Add an attachment
+    *    - Send mail
+    *    - Save As Draft
+    **
+    * $Id$
     **/
 
    require_once('../src/validate.php');