summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-03-02 22:52:27 +0000
committerthomascube <thomas@roundcube.net>2006-03-02 22:52:27 +0000
commit1a7f034c255f2767c0164cfd86390aaf31bad91c (patch)
tree6ba196884da5f61b73134f38418fc9e764e7051c /program
parent0a69376dd8fe22002b9bdb6886f7c0525766af79 (diff)
Removed unnecessary header listing
Diffstat (limited to 'program')
-rw-r--r--program/include/rcube_imap.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcube_imap.inc b/program/include/rcube_imap.inc
index 71a5cb6ac..143b17b5e 100644
--- a/program/include/rcube_imap.inc
+++ b/program/include/rcube_imap.inc
@@ -561,7 +561,6 @@ class rcube_imap
// fetch reuested headers from server
- $a_header_index = iil_C_FetchHeaders($this->conn, $mailbox, $msgs);
$a_msg_headers = array();
$deleted_count = $this->_fetch_headers($mailbox, $msgs, $a_msg_headers, $cache_key);