summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2009-04-02 23:45:35 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2009-04-02 23:45:35 +0000
commit758cfa55fdf8fc289073ae4005a7213fa8685be0 (patch)
treeec6fd796c40cf5ad085f56d4512bc7b502b93783 /roundcubemail/program/include
parent9d519e759d9225551ab536696e943fb831bca477 (diff)
Removed this temporary working because the bug was fixed upstream: http://hg.dovecot.org/dovecot-1.2/rev/bf16646ec312
Diffstat (limited to 'roundcubemail/program/include')
-rw-r--r--roundcubemail/program/include/rcube_imap.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php
index c89a4ff4a..bfb730e8d 100644
--- a/roundcubemail/program/include/rcube_imap.php
+++ b/roundcubemail/program/include/rcube_imap.php
@@ -623,11 +623,6 @@ class rcube_imap
list ($thread_tree, $msg_depth, $has_children) = iil_C_Thread($this->conn, $mailbox, rcmail::get_instance()->config->get('imap_thread_algorithm'), 'ALL');
}
- // Temporary fix for a possible bug in Dovecot X-REFERENCES2.
- // Remove this if/when the bug is fixed or the problem solved.
- if ($thread_tree && array_key_exists(0,$thread_tree))
- unset($thread_tree[0]);
-
$this->update_thread_cache($mailbox, $thread_tree, $msg_depth, $has_children);
// the keys of thread_tree are the thread roots
$roots = array_keys($thread_tree);