Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / imap_search.php
index 38832fc1be862cc1af0ec8fc60ea3d7ac8b743cb..5028a810c25d6565b3b3c23b4826edad7d27fd2d 100644 (file)
@@ -9,8 +9,12 @@
  * IMAP search routines
  *
  * $Id$
+ * @package squirrelmail
+ * @deprecated This search interface has been largely replaced by asearch
  */
 
+/**
+ * Load up a bunch of SM functions */
 require_once(SM_PATH . 'functions/imap.php');
 require_once(SM_PATH . 'functions/date.php');
 require_once(SM_PATH . 'functions/mailbox_display.php');