addKeywords is not working

fork
Rubycut 13 years ago
parent 42b71ce503
commit fd3ce59b8d

@ -715,7 +715,7 @@ ImapConnection.prototype.delFlags = function(uids, flags, cb) {
};
ImapConnection.prototype.addKeywords = function(uids, flags, cb) {
if (!self._state.box._newKeywords)
if (!this._state.box._newKeywords)
throw new Error('This mailbox does not allow new keywords to be added');
try {
this._store(uids, flags, true, cb);

Loading…
Cancel
Save