mark all sent_subfolders as special mailboxes. stable 1.4.x tracker 699920
[squirrelmail.git] / plugins / sent_subfolders / index.php
index bd44a24bbe3473245e715e7a305a4c207b5e88d7..d337f4841c12868678564c8ea2a21f388f768c6d 100644 (file)
@@ -9,9 +9,11 @@
     **  Redirects to the login page.
     **
     **  $Id$
+    * @package plugins
+    * @subpackage sent_subfolders
     **/
 
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
\ No newline at end of file
+?>