First Last Prev Next    No search results available
Details
: only show "Mark Folder Read" command if folder has unread...
Bug#: 26570
: QuickFolders
: General
Status: RESOLVED
Resolution: FIXED
: PC
: Windows NT
: unspecified
: P3
: enhancement
: ---

:
:
:
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Axel Grude <axel.grude@gmail.com>
Assigned To: Axel Grude <axel.grude@gmail.com>
:

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2018-08-03 02:47
In Advanced > Menu Configuration > Mail Commands, when  the options "Mark
Folder Read" is active, then this menu item is always shown on the top of the
QF tab popup list. This should be modified to only show up if the folder has
unread items in it.
------- Comment #1 From Axel Grude 2018-08-03 03:33:42 -------
At the moment, the menus are pre-created and not rebuilt every time a
QuickFolders tab is clicked. However, since folders with unread email get the
class "has-unread" applied to them a simple workaround is hiding the command
depending on the owning button property:

toolbarbutton:not(.has-unread) #folderPaneContext-markMailFolderAllRead {
        display: none;
}

This is not 100% perfect as folders which do have subfolder with unread mail
are classified in the same way, but it's a good first approximation.
------- Comment #2 From Axel Grude 2018-10-16 05:22:08 -------
Implemented in 4.11, released on 16/10/2018

First Last Prev Next    No search results available