diff --git a/imap.js b/imap.js index ce06d82..0c9a38f 100644 --- a/imap.js +++ b/imap.js @@ -369,9 +369,8 @@ ImapConnection.prototype.connect = function(loginCb) { } box.parent = parent; } - if ( ! curChildren[name] ) { + if (!curChildren[name]) curChildren[name] = box; - } } break; default: