projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67b7f3
)
Make abbrev a bit smaller in length.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 20 Oct 2009 05:41:42 +0000
(23:41 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 20 Oct 2009 05:41:42 +0000
(23:41 -0600)
imp/lib/Folder.php
patch
|
blob
|
history
diff --git
a/imp/lib/Folder.php
b/imp/lib/Folder.php
index
e9f62e7
..
af08155
100644
(file)
--- a/
imp/lib/Folder.php
+++ b/
imp/lib/Folder.php
@@
-130,7
+130,7
@@
class IMP_Folder
continue;
}
- $abbrev = $label = str_repeat(' ',
4
* $ob['c']) . $ob['l'];
+ $abbrev = $label = str_repeat(' ',
2
* $ob['c']) . $ob['l'];
if (strlen($abbrev) > 26) {
$abbrev = Horde_String::substr($abbrev, 0, 10) . '...' . Horde_String::substr($abbrev, -13, 13);
}