Summary | quota display: hide_when_unlimited flag currently broken |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 11/29/2012 (4602 days ago) |
Due | |
Updated | 11/29/2012 (4602 days ago) |
Assigned | |
Resolved | 11/29/2012 (4602 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 7ca266c652632c6d64c1dc4844594df60bd22c68
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Nov 29 12:52:36 2012 +0100
Bring back hide_when_unlimited quota support
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
imp/lib/Quota.php | 11 +++++++++++
imp/lib/Ui/Quota.php | 14 +++++++-------
2 files changed, 18 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/7ca266c652632c6d64c1dc4844594df60bd22c68
commit c9a5e001187d0a6a31326f83fea7c39c8350574b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Nov 29 11:09:22 2012 -0700
[mms] Honor 'hide_when_unlimited' option for the quota driver
(
Bug #11782; Thomas Jarosch <thomas.jarosch@intra2net.com>).imp/docs/CHANGES | 2 ++
imp/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/c9a5e001187d0a6a31326f83fea7c39c8350574b
Priority ⇒ 1. Low
New Attachment: 0001-Bring-back-hide_when_unlimited-quota-support.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ quota display: hide_when_unlimited flag currently broken
Type ⇒ Bug
State ⇒ Unconfirmed
backend.php supports a "hide_when_unlimited" flag for advanced imap servers.
This flag is currently not handled. Attached is a patch to fix this.
Cheers,
Thomas