projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c254ab4
)
Rename dark gray branches to ..dg and black one to ..b
author
Florent Bruneau
<florent.bruneau@polytechnique.org>
Fri, 4 Jul 2008 20:37:12 +0000
(22:37 +0200)
committer
Florent 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
patch
|
blob
|
blame
|
history
img/a2b.gif
[moved from
img/a2.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/a2dg.gif
[moved from
img/a2r.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/k2b.gif
[moved from
img/k2.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/l2b.gif
[moved from
img/l2.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/l2dg.gif
[moved from
img/l2r.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/m2b.gif
[moved from
img/m2.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/m2dg.gif
[moved from
img/m2r.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/p2b.gif
[moved from
img/p2.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/p2dg.gif
[moved from
img/p2r.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/t2b.gif
[moved from
img/t2.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
img/t2dg.gif
[moved from
img/t2r.gif
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/banana/banana.inc.php.in
b/banana/banana.inc.php.in
index
a419909
..
1efc68b
100644
(file)
--- a/
banana/banana.inc.php.in
+++ b/
banana/banana.inc.php.in
@@
-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',
diff --git
a/img/a2.gif
b/img/a2b.gif
similarity index 100%
rename from
img/a2.gif
rename to
img/a2b.gif
diff --git
a/img/a2r.gif
b/img/a2dg.gif
similarity index 100%
rename from
img/a2r.gif
rename to
img/a2dg.gif
diff --git
a/img/k2.gif
b/img/k2b.gif
similarity index 100%
rename from
img/k2.gif
rename to
img/k2b.gif
diff --git
a/img/l2.gif
b/img/l2b.gif
similarity index 100%
rename from
img/l2.gif
rename to
img/l2b.gif
diff --git
a/img/l2r.gif
b/img/l2dg.gif
similarity index 100%
rename from
img/l2r.gif
rename to
img/l2dg.gif
diff --git
a/img/m2.gif
b/img/m2b.gif
similarity index 100%
rename from
img/m2.gif
rename to
img/m2b.gif
diff --git
a/img/m2r.gif
b/img/m2dg.gif
similarity index 100%
rename from
img/m2r.gif
rename to
img/m2dg.gif
diff --git
a/img/p2.gif
b/img/p2b.gif
similarity index 100%
rename from
img/p2.gif
rename to
img/p2b.gif
diff --git
a/img/p2r.gif
b/img/p2dg.gif
similarity index 100%
rename from
img/p2r.gif
rename to
img/p2dg.gif
diff --git
a/img/t2.gif
b/img/t2b.gif
similarity index 100%
rename from
img/t2.gif
rename to
img/t2b.gif
diff --git
a/img/t2r.gif
b/img/t2dg.gif
similarity index 100%
rename from
img/t2r.gif
rename to
img/t2dg.gif