projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0876c
)
For size display, always round up to display at least '1 KB'
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 8 Sep 2010 08:11:35 +0000
(
02:11
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 8 Sep 2010 16:52:23 +0000
(10:52 -0600)
imp/lib/Ui/Mailbox.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ui/Mailbox.php
b/imp/lib/Ui/Mailbox.php
index
2401e8f
..
11af43d
100644
(file)
--- a/
imp/lib/Ui/Mailbox.php
+++ b/
imp/lib/Ui/Mailbox.php
@@
-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();
}