From c5cc386da4d2a8a3fb11254127fb36c11bdc326a Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 2 May 2008 08:51:15 +0000 Subject: - fixed searching broken in r1341 --- program/include/rcube_imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 4ac033a08..a01687de5 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -669,7 +669,7 @@ class rcube_imap // fetch reuested headers from server $a_msg_headers = array(); - $this->_fetch_headers($mailbox, join(',', $msgs), $a_msg_headers, NULL); + $this->_fetch_headers($mailbox, $msgs, $a_msg_headers, NULL); // return empty array if no messages found if (!is_array($a_msg_headers) || empty($a_msg_headers)) -- cgit v1.2.3