From 799e1201459b1ee6422d2725b502376b34950f23 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 26 Oct 2011 11:48:27 +0000 Subject: Backporting changes trom trunk (r5357-r5365) --- program/include/rcube_imap_cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcube_imap_cache.php') diff --git a/program/include/rcube_imap_cache.php b/program/include/rcube_imap_cache.php index b51bc6db9..ee4e92542 100644 --- a/program/include/rcube_imap_cache.php +++ b/program/include/rcube_imap_cache.php @@ -853,7 +853,7 @@ class rcube_imap_cache // @TODO: find better validity check for threaded index if ($is_thread) { // check messages number... - if ($mbox_data['EXISTS'] != @max(array_keys($index['depth']))) { + if (!$this->skip_deleted && $mbox_data['EXISTS'] != @max(array_keys($index['depth']))) { return false; } return true; -- cgit v1.2.3