Rename dark gray branches to ..dg and black one to ..b
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jul 2008 20:37:12 +0000 (22:37 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jul 2008 20:38:14 +0000 (22:38 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
12 files changed:
banana/banana.inc.php.in
img/a2b.gif [moved from img/a2.gif with 100% similarity]
img/a2dg.gif [moved from img/a2r.gif with 100% similarity]
img/k2b.gif [moved from img/k2.gif with 100% similarity]
img/l2b.gif [moved from img/l2.gif with 100% similarity]
img/l2dg.gif [moved from img/l2r.gif with 100% similarity]
img/m2b.gif [moved from img/m2.gif with 100% similarity]
img/m2dg.gif [moved from img/m2r.gif with 100% similarity]
img/p2b.gif [moved from img/p2.gif with 100% similarity]
img/p2dg.gif [moved from img/p2r.gif with 100% similarity]
img/t2b.gif [moved from img/t2.gif with 100% similarity]
img/t2dg.gif [moved from img/t2r.gif with 100% similarity]

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',
similarity index 100%
rename from img/a2.gif
rename to img/a2b.gif
similarity index 100%
rename from img/a2r.gif
rename to img/a2dg.gif
similarity index 100%
rename from img/k2.gif
rename to img/k2b.gif
similarity index 100%
rename from img/l2.gif
rename to img/l2b.gif
similarity index 100%
rename from img/l2r.gif
rename to img/l2dg.gif
similarity index 100%
rename from img/m2.gif
rename to img/m2b.gif
similarity index 100%
rename from img/m2r.gif
rename to img/m2dg.gif
similarity index 100%
rename from img/p2.gif
rename to img/p2b.gif
similarity index 100%
rename from img/p2r.gif
rename to img/p2dg.gif
similarity index 100%
rename from img/t2.gif
rename to img/t2b.gif
similarity index 100%
rename from img/t2r.gif
rename to img/t2dg.gif