Merge pull request #287 from raoulwissink/master

Fixed broken EXPUNGE event
fork
Brian White 11 years ago
commit f2010896e9

@ -1140,7 +1140,6 @@ Connection.prototype._resUntagged = function(info) {
if (this._box) {
if (this._box.messages.total > 0)
--this._box.messages.total;
if (!this._curReq)
this.emit('expunge', info.num);
}
} else if (type === 'ok') {

Loading…
Cancel
Save