Missing an object in this chain
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 7 Jan 2010 18:47:56 +0000 (11:47 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 7 Jan 2010 18:47:56 +0000 (11:47 -0700)
imp/js/DimpBase.js

index 5b34186..fb47415 100644 (file)
@@ -1583,7 +1583,7 @@ var DimpBase = {
             }
 
             if (uids.size()) {
-                if (e.dragevent.ctrlKey) {
+                if (e.memo.dragevent.ctrlKey) {
                     DimpCore.doAction('CopyMessage', this.viewport.addRequestParams({ tofld: foldername }), { uids: uids });
                 } else if (this.folder != foldername) {
                     // Don't allow drag/drop to the current folder.