From c5cc386da4d2a8a3fb11254127fb36c11bdc326a Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 02 May 2008 04:51:15 -0400 Subject: [PATCH] - fixed searching broken in r1341 --- program/include/rcube_imap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 4ac033a..a01687d 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -669,7 +669,7 @@ // 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)) -- Gitblit v1.9.1