projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
571c9be
)
Fix logic.
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 11 Apr 2009 22:13:10 +0000
(16:13 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 11 Apr 2009 22:13:10 +0000
(16:13 -0600)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
d20cc60
..
c845029
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-922,7
+922,7
@@
var DimpBase = {
// There is a chance that the message may have been marked
// as unseen since first being viewed. If so, we need to
// explicitly flag as seen here.
- if (this.hasFlag('\\seen', data)) {
+ if (
!
this.hasFlag('\\seen', data)) {
this.flag('\\seen', true);
}
return this._loadPreviewCallback(this.ppcache[pp_uid]);