diff options
author | thomascube <thomas@roundcube.net> | 2006-03-02 22:52:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-03-02 22:52:27 +0000 |
commit | 1a7f034c255f2767c0164cfd86390aaf31bad91c (patch) | |
tree | 6ba196884da5f61b73134f38418fc9e764e7051c /program/include/rcube_imap.inc | |
parent | 0a69376dd8fe22002b9bdb6886f7c0525766af79 (diff) |
Removed unnecessary header listing
Diffstat (limited to 'program/include/rcube_imap.inc')
-rw-r--r-- | program/include/rcube_imap.inc | 1 |
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); |