Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#7263 from mozsquib/email-as-delete
Browse files Browse the repository at this point in the history
Bug 823669 - [B2G][Email]Activesync: Emails deleted on the web client do not sync to the device
  • Loading branch information
Jim Porter committed Dec 31, 2012
2 parents bdb8120 + a02d66e commit fb5880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/email/js/ext/gaia-email-opt.js
Expand Up @@ -33266,7 +33266,7 @@ ActiveSyncFolderConn.prototype = {
collection.push(msg);
});

e.addEventListener(base.concat(as.Commands, [as.Delete, as.SoftDelete]),
e.addEventListener(base.concat(as.Commands, [[as.Delete, as.SoftDelete]]),
function(node) {
let guid;

Expand Down

0 comments on commit fb5880d

Please sign in to comment.