projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b093605
)
Bug #8040: Call correct function
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 2 Mar 2009 22:26:03 +0000
(15:26 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 2 Mar 2009 22:26:03 +0000
(15:26 -0700)
imp/js/src/mailbox.js
patch
|
blob
|
history
diff --git
a/imp/js/src/mailbox.js
b/imp/js/src/mailbox.js
index
1db727b
..
0fea511
100644
(file)
--- a/
imp/js/src/mailbox.js
+++ b/
imp/js/src/mailbox.js
@@
-252,7
+252,7
@@
var ImpMessage = {
if (id.startsWith('filter')) {
this.makeSelection(id.substring(6));
} else if (id.startsWith('flag')) {
- this.
makeSelection
(id.substring(4));
+ this.
flagMessages
(id.substring(4));
} else if (id.startsWith('targetMailbox')) {
this.updateFolders(id.substring(13));
}