projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd94e1e
)
Correctly filter inverse flags
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 13 Nov 2009 20:49:54 +0000
(13:49 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 13 Nov 2009 20:49:54 +0000
(13:49 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
b5488ba
..
d0789d2
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-413,7
+413,7
@@
var DimpBase = {
if (this.folderswitch && this.isSearch(id, true)) {
p.set('qsearchmbox', this.search.mbox);
if (this.search.flag) {
- p.update({ qsearchflag: this.search.flag, qsearchflagnot: Number(this.
search.not
) });
+ p.update({ qsearchflag: this.search.flag, qsearchflagnot: Number(this.
convertFlag(this.search.flag, this.search.not)
) });
} else {
p.set('qsearch', $F('qsearch_input'));
}