Skip to content

Commit

Permalink
Bug 823669 - [B2G][Email]Activesync: Emails deleted on the web client…
Browse files Browse the repository at this point in the history
… do not sync to the device; r=asuth, a=blocking-basecamp
  • Loading branch information
Jim Porter committed Dec 31, 2012
1 parent bdb8120 commit a02d66e
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); 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) { function(node) {
let guid; let guid;


Expand Down

0 comments on commit a02d66e

Please sign in to comment.