Remove obsolete UID support conf.pl code.
[squirrelmail.git] / functions / imap_search.php
index 52731ab615b056f737f34ca1cb13c65cc234aaec..7c50f1cf72cdc50c256b27ca2ab795afd9b113ba 100644 (file)
@@ -3,14 +3,18 @@
 /**
  * imap_search.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * 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');