From b0b33df9e58751052d432b2d2df362649f14f999 Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 26 Mar 2005 16:09:54 +0000 Subject: [PATCH] Drop unused file imap_search.php. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9139 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap.php | 3 +- functions/imap_search.php | 123 -------------------------------------- 2 files changed, 1 insertion(+), 125 deletions(-) delete mode 100644 functions/imap_search.php diff --git a/functions/imap.php b/functions/imap.php index 69085582..2cb641c4 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -18,6 +18,5 @@ require_once(SM_PATH . 'functions/imap_mailbox.php'); require_once(SM_PATH . 'functions/imap_messages.php'); require_once(SM_PATH . 'functions/imap_general.php'); -require_once(SM_PATH . 'functions/imap_search.php'); -?> \ No newline at end of file +?> diff --git a/functions/imap_search.php b/functions/imap_search.php deleted file mode 100644 index 7794caa6..00000000 --- a/functions/imap_search.php +++ /dev/null @@ -1,123 +0,0 @@ -'; - } - - - global $sent_folder; - - $cnt = count($messagelist); - for ($q = 0; $q < $cnt; $q++) { - $id[$q] = trim($messagelist[$q]); - } - - $msgs = fillMessageArray($imapConnection,$id,$cnt); - - return $msgs; -} - -?> \ No newline at end of file -- 2.25.1