From 41caad8b48b0b6038294d90e4fdea0ad779fe9ad Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 26 Jun 2009 12:40:58 +0000 Subject: - fix lost argument in iil_C_FetchHeaders call (#1485941) --- 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 8ffcfe0cb..831dff6da 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -773,7 +773,7 @@ class rcube_imap function _fetch_headers($mailbox, $msgs, &$a_msg_headers, $cache_key) { // fetch reqested headers from server - $a_header_index = iil_C_FetchHeaders($this->conn, $mailbox, $msgs, false, $this->fetch_add_headers); + $a_header_index = iil_C_FetchHeaders($this->conn, $mailbox, $msgs, false, false, $this->fetch_add_headers); if (!empty($a_header_index)) { -- cgit v1.2.3