From 4f1c0a5d898c0f4e96c1f09e47e51ee4e0ae817d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 16 Nov 2011 02:04:36 -0500
Subject: [PATCH] - Fix typo

---
 program/include/rcube_imap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php
index d56da3d..002730f 100644
--- a/program/include/rcube_imap.php
+++ b/program/include/rcube_imap.php
@@ -3168,7 +3168,7 @@
         // #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();

--
Gitblit v1.9.1