Summary | IMP summary block improvements |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 06/09/2011 (5156 days ago) |
Due | |
Updated | 06/10/2011 (5155 days ago) |
Assigned | |
Resolved | 06/09/2011 (5156 days ago) |
Milestone | |
Patch | Yes |
not New messages? Or Total messages?
Either the entire row is linked, or one element is linked. If
multiple elements (but not all) are linked, the understanding is that
those links do different things. That was not the case.
"new" becomes twice that long or even longer. But anyway, it should
use ngettext() to take plulars into account.
Having an entirely empty row the vast majority of the time just pushes
the total message count further away from the subject of the row (the
mailbox name), making it harder to read.
The ngettext() call is a valid point - it was originally in there when
I first fixed up the block but got lost somewhere in the last month.
It has been re-added.
Request #10219: Readd ngettext() call for 'new' string1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/78b0b3c7f984d265c7779aa0e0075d0402b27c3e
"new" becomes twice that long or even longer. But anyway, it should
use ngettext() to take plulars into account.
Assigned to Michael Slusarz
State ⇒ Resolved
Changes:
* Unseen count should not be linked.
* Remove separate column for New.
* Empty mailboxes should have message count of 0.
* Add placeholder for mailboxes with no unseen messages.
Request #10219: Improve mail summary block.Signed-off-by: Michael M Slusarz <slusarz@curecanti.org>
2 files changed, 25 insertions(+), 38 deletions(-)
http://git.horde.org/horde-git/-/commit/73e21acac4674dc576cb78990fe6a24481326bbe
New Attachment: 0002-Tweak-new-message-count-display.patch
part of the patch, because not everyone can like it though.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ IMP summary block improvements
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
New Attachment: 0001-Improve-mail-summary-block.patch
State ⇒ New
IMP summary block. I have also removed Total Message Count parameter
from that block configuration. It doesn't have a point anymore as we
have a full table with self-explanatory columns now, instead of
previous "(x) (x new) x".