Skip to content

Commit

Permalink
Fix showing unsubscribed mailboxes when acting as containers in subsc…
Browse files Browse the repository at this point in the history
…ribe view
  • Loading branch information
slusarz committed Jan 21, 2014
1 parent 584cc9d commit 0174356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Ftree.php
Expand Up @@ -762,7 +762,7 @@ protected function _normalize($id)
protected function _insertElt($elt)
{
$name = $this->_normalize($elt['v']);
if (isset($this->_elts[$name])) {
if ($this->getAttribute('container', $name) === false) {
return;
}

Expand Down

0 comments on commit 0174356

Please sign in to comment.