fork
Brian White 12 years ago
parent f107a86f10
commit ee89662679

@ -1062,7 +1062,7 @@ ImapConnection.prototype._fetch = function(which, uids, options, what, cb) {
fetchers[''].push(stream);
else
fetchers[''] = [stream];
if (typeof wp.cd === 'function')
if (typeof wp.cb === 'function')
wp.cb(stream);
}
}

Loading…
Cancel
Save