From 82974289b98d2d00251e55f1719c4522598d7ef5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 24 Jan 2019 10:41:20 +0100 Subject: [PATCH] Fix typo --- program/lib/Roundcube/rcube_imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index 96aa3901f..97958f6ef 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -576,7 +576,7 @@ class rcube_imap extends rcube_storage // and personal namespace has one prefix (#5073) // In such a case we can tell the server to return only content of the // specified folder in LIST/LSUB, no post-filtering - if (empty($this->namespace['other']) && empty($this->nmespace['shared']) + if (empty($this->namespace['other']) && empty($this->namespace['shared']) && !empty($this->namespace['personal']) && count($this->namespace['personal']) === 1 && strlen($this->namespace['personal'][0][0]) > 1 ) {