projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11209f3
)
Missing an object in this chain
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 7 Jan 2010 18:47:56 +0000
(11:47 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 7 Jan 2010 18:47:56 +0000
(11:47 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
5b34186
..
fb47415
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-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.