Summary | Unread messages count, display options |
Queue | IMP |
Queue Version | 6.0.0beta2 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | Thomas (at) nurzen (dot) de |
Created | 08/21/2012 (4760 days ago) |
Due | |
Updated | 08/29/2012 (4752 days ago) |
Assigned | |
Resolved | 08/22/2012 (4759 days ago) |
Milestone | |
Patch | No |
commit 37b9bedd134e15449457deb31f034dde65d4ef68
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 22 14:00:39 2012 -0600
Traditional tree should mirror dynamic tree - only show unseen
count (
Request #11370)imp/lib/Imap/Tree.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/37b9bedd134e15449457deb31f034dde65d4ef68
can't use it here.
unseen mails in a folder.
$poll_info->unseen is non-zero.
can't use it here.
unseen mails in a folder.
can't use it here.
diff:
if ($poll_info->unseen) {
$this->unseen += $poll_info->unseen;
$label = '<strong>' . $label . '</strong>';
- }
+ //}
- $after = ' (' . $poll_info->unseen . '/' .
$poll_info->msgs . ')';
+ $after = ' (' . $poll_info->unseen . ')';
+ }
"6.0.0final" anyway ;)
Thanks for your fast answer. Bye
Version ⇒ 6.0.0beta2
State ⇒ Resolved
Summary ⇒ Unread messages count, display options
Assigned to Michael Slusarz
views. I've implemented this in IMP 6 only, though, since it is a
significant UI change and we are only really doing bug fixes in IMP
5.x right now.
commit 37b9bedd134e15449457deb31f034dde65d4ef68
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 22 14:00:39 2012 -0600
Traditional tree should mirror dynamic tree - only show unseen
count (
Request #11370)imp/lib/Imap/Tree.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/37b9bedd134e15449457deb31f034dde65d4ef68
Milestone ⇒
State ⇒ New
Patch ⇒ No
Queue ⇒ IMP
Summary ⇒ Unreed messages count, display options
Type ⇒ Enhancement
Priority ⇒ 1. Low
in the horde menu we have the webmail folders in a tree-style and
behind each of them the unreed and total mails are printed out:
"MyFolder (11/42)"
The enhancement i want to propose would be to introduce a option to
modify this in a way so we can:
1. only display the unreed-count
and thereby:
2. only show counter(s) when unreed messages in folder exist (like in
imp H3 i think)
Independant to your thoughts about this proposal, i would be happy to
learn where this behaviour could be "hacked" into the system.
Greetings an Thanks!