Merge pull request #37 from rubycut/patch-1

addKeywords is not working
fork
Brian White 13 years ago
commit b6b71b7d9e

@ -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