Connection: fix UID-based fetch()

fork
mscdex 11 years ago
parent 4208cbb952
commit 2bbc17d6e3

@ -625,7 +625,7 @@ Connection.prototype._move = function(which, uids, boxTo, cb) {
};
Connection.prototype.fetch = function(uids, options) {
this._fetch('UID ', uids, options);
return this._fetch('UID ', uids, options);
};
Connection.prototype._fetch = function(which, uids, options) {

Loading…
Cancel
Save