From 606eeb3966dc3cb8905eac837cc180523696b429 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 19 Oct 2009 23:41:42 -0600 Subject: [PATCH] Make abbrev a bit smaller in length. --- imp/lib/Folder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Folder.php b/imp/lib/Folder.php index e9f62e7c5..af08155d1 100644 --- 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); } -- 2.11.0