projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a0676
)
Only show unsubscribed style if viewing unsubscribed mailboxes
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Feb 2010 05:55:52 +0000
(22:55 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Feb 2010 06:10:43 +0000
(23:10 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
21a8d5a
..
0a9f055
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-2467,7
+2467,7
@@
var DimpBase = {
ftype = ob.s ? 'special' : 'folder';
}
- if (ob.un) {
+ if (ob.un
&& this.showunsub
) {
cname += ' unsubFolder';
}