@ -914,7 +914,7 @@ ImapConnection.prototype._sort = function(which, sorts, options, cb) {
};
ImapConnection.prototype.fetch = function(uids, options, what, cb) {
return this._fetch('UID ', uids, options, what);
return this._fetch('UID ', uids, options, what, cb);
ImapConnection.prototype._fetch = function(which, uids, options, what, cb) {