Make abbrev a bit smaller in length.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Oct 2009 05:41:42 +0000 (23:41 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Oct 2009 05:41:42 +0000 (23:41 -0600)
imp/lib/Folder.php

index e9f62e7..af08155 100644 (file)
@@ -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);
             }