summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-02 08:51:15 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-02 08:51:15 +0000
commitdeeec134654e46529119480f16b710a62f11255d (patch)
treeda07a44e59c08e70d56f7e29b938a8ec1e21906d /roundcubemail/program/include
parent9a0e983e8d35487245aecd3de88b1f7e93ff7e10 (diff)
- fixed searching broken in r1341
git-svn-id: https://svn.roundcube.net/trunk@1353 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
-rw-r--r--roundcubemail/program/include/rcube_imap.php2
1 files changed, 1 insertions, 1 deletions
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))