Philip Rhoades via Users (12025-06-09):
Every year or so I ask this Q but haven't had any responses . . trying yet again:
Currently I have 756 primary (Maildir) mail folders - very many of which have emails moved directly into them via a .mailfilter Maildrop file. When new mail arrives in one of these folders, in RCM the folder name changes to a blue colour - which is very convenient (thank you RCM devs!) but in my case it would be EVEN MORE convenient if I didn't have to scroll down 756 lines looking for blue coloured folders . .
Is it possible to have a new checkbox which causes RCM, in Classic Mode, to only display the folders which have new, unread mail in them somehow? Is there someone who knows how to code this and to do the work as a paid job?
Hi.
I am not a Roundcube developer, only somebody subscribed to the users mailing-list who has had a similar need in the past.
Since the feature does not seem to be coming, have you considered implementing it on your side?
Adding a real working option to Roundcube might not be accessible to anybody, but filtering in JavaScript by setting .style.display = "none" to the elements you do not want to see is often rather easy, and once it is done you can put it in a bookmarklet to run it easily, or even make a user script that runs automatically.
Regards,