Difference between revisions of "User:Mikey/project3"

From CDOT Wiki
Jump to: navigation, search
(Project News)
Line 13: Line 13:
  
 
== Project News ==
 
== Project News ==
 +
 +
[https://bug528508.bugzilla.mozilla.org/attachment.cgi?id=417622 0.3 Release]:
 +
This patch provides the functionality in concatenating the opened folder tabs' titles with their number of unread messages. As long as the user is on the screen, all tabs displaying the current folder will be updated with the current number of unread messages in the folder. A new function, refreshTabTitles(), in the tabmail.xml - which has similar code as to the setTabTitle() - is used with an event listener whenever the user is on the screen.

Revision as of 02:07, 15 December 2009

Project Name

Bug 528508 - In folder tabs, indicate unread count in tab title

Project Description

This project involves adding a new feature to the folder tabs' titles. This feature will indicate the title, but, as well, the unread messages in the folders. For example, if the inbox folder is currently being viewed and contains nine unread messages, it would show "Inbox (9)". In addition, the number wrapped in brackets would be bolded.

Project Leader(s)

Michael Dennis

Project Contributor(s)

Project Details

Project News

0.3 Release: This patch provides the functionality in concatenating the opened folder tabs' titles with their number of unread messages. As long as the user is on the screen, all tabs displaying the current folder will be updated with the current number of unread messages in the folder. A new function, refreshTabTitles(), in the tabmail.xml - which has similar code as to the setTabTitle() - is used with an event listener whenever the user is on the screen.