From deeec134654e46529119480f16b710a62f11255d Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 2 May 2008 08:51:15 +0000 Subject: - fixed searching broken in r1341 git-svn-id: https://svn.roundcube.net/trunk@1353 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index 4ac033a08..a01687de5 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/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