From fee5ad9639d8bfe6f229fa916b079a28e0571295 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Sat, 26 Jan 2002 06:09:46 +0000 Subject: [PATCH] "Jason Munro" I missed a spot on the "multiple search terms" change. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2244 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_search.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/imap_search.php b/functions/imap_search.php index 56618955..6660d38e 100644 --- a/functions/imap_search.php +++ b/functions/imap_search.php @@ -57,7 +57,8 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo /* Read Data Back From IMAP */ $readin = sqimap_run_command ($imapConnection, $ss, true, $result, $message); if (isset($languages[$squirrelmail_language]['CHARSET']) && strtolower($result) == 'no') { - $ss = "SEARCH CHARSET \"US-ASCII\" ALL $search_where \"$search_what\""; + // $ss = "SEARCH CHARSET \"US-ASCII\" ALL $search_where \"$search_what\""; + $ss = "SEARCH CHARSET \"US-ASCII\" ALL $search_string"; $readin = sqimap_run_command ($imapConnection, $ss, true, $result, $message); } -- 2.25.1