Rename dark gray branches to ..dg and black one to ..b
[banana.git] / banana / banana.inc.php.in
index a419909..1efc68b 100644 (file)
@@ -38,8 +38,8 @@ class Banana
     static public $spool_boxlist = true;
 
 ### Tree options ###
-    static public $tree_read  = '';
-    static public $tree_unread = 'r';
+    static public $tree_read  = 'dg';
+    static public $tree_unread = 'b';
 
 ### Message processing ###
     static public $msgparse_headers = array('content-disposition', 'content-transfer-encoding',