strings.php should be loaded before output starts. forearch cycle produced
[squirrelmail.git] / functions / imap_search.php
index 52731ab615b056f737f34ca1cb13c65cc234aaec..5028a810c25d6565b3b3c23b4826edad7d27fd2d 100644 (file)
@@ -3,14 +3,18 @@
 /**
  * imap_search.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 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');