From 3fd5e2edfc72cea56ede0512f081a67d547ed61f Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 16 Nov 2011 08:57:32 +0000 Subject: - Apply fixes from trunk up to r5433 --- program/include/rcube_imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include') diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index d56da3d26..002730f4b 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -3168,7 +3168,7 @@ class rcube_imap // #1486796: some server configurations doesn't // return folders in all namespaces, we'll try to detect that situation // and ask for these namespaces separately - if ($root == '' && $name = '*') { + if ($root == '' && $name == '*') { $delim = $this->get_hierarchy_delimiter(); $namespace = $this->get_namespace(); $search = array(); -- cgit v1.2.3