Only show unsubscribed style if viewing unsubscribed mailboxes
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Feb 2010 05:55:52 +0000 (22:55 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Feb 2010 06:10:43 +0000 (23:10 -0700)
imp/js/DimpBase.js

index 21a8d5a..0a9f055 100644 (file)
@@ -2467,7 +2467,7 @@ var DimpBase = {
             ftype = ob.s ? 'special' : 'folder';
         }
 
-        if (ob.un) {
+        if (ob.un && this.showunsub) {
             cname += ' unsubFolder';
         }