For size display, always round up to display at least '1 KB'
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Sep 2010 08:11:35 +0000 (02:11 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Sep 2010 16:52:23 +0000 (10:52 -0600)
imp/lib/Ui/Mailbox.php

index 2401e8f..11af43d 100644 (file)
@@ -144,10 +144,6 @@ class IMP_Ui_Mailbox
      */
     public function getSize($size)
     {
-        if ($size < 1024) {
-            return $size;
-        }
-
         if (!isset($this->_cache['localeinfo'])) {
             $this->_cache['localeinfo'] = Horde_Nls::getLocaleInfo();
         }