diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-02 22:52:27 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-03-02 22:52:27 +0000 |
| commit | c217c72286f723da1561a0864f9424f6a78bb47b (patch) | |
| tree | 954954cf8fba4ab2b052bf91a79774533603503e | |
| parent | 13a48d8ca4faebd287bb6f2a58d26b4bc5193020 (diff) | |
Removed unnecessary header listing
git-svn-id: https://svn.roundcube.net/trunk@155 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.inc b/roundcubemail/program/include/rcube_imap.inc index 71a5cb6ac..143b17b5e 100644 --- a/roundcubemail/program/include/rcube_imap.inc +++ b/roundcubemail/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); |
