diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-12 19:35:21 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-12 19:35:21 +0000 |
| commit | c7705868b841b53ffc98b30be7932e058be0518b (patch) | |
| tree | 994a02ba897793cf45ade36de89b3b1635fb0987 /roundcubemail/program/include | |
| parent | ef76b0d603b705c7c177b8fa3bf38c5e90b13f53 (diff) | |
- small code improvements + possible bugs fixes
git-svn-id: https://svn.roundcube.net/trunk@2740 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index c82383402..fba30de0b 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -1035,14 +1035,6 @@ class rcube_imap } else $a_messages = iil_C_Search($this->conn, $mailbox, ($charset ? "CHARSET $charset " : '') . $criteria); - - // clean message list (there might be some empty entries) - if (is_array($a_messages)) - { - foreach ($a_messages as $i => $val) - if (empty($val)) - unset($a_messages[$i]); - } // update messagecount cache ? // $a_mailbox_cache = get_cache('messagecount'); |
