Hi there,
Is there any way or any plugin that can make roundcube to display the number of messages in any of the mailbox folders on the left panel? I mean something to show like Inbox (6), Drafts (2), Sent (7), etc.
Thank you very much!
Hi, did you ever received reaction on this? I would be interested in such a feature as well, just like squirrelmail used to do. I'm trying to implement it myself, but I'm not sure where to start. Should it be done via plugin (the hook: render_mailboxlist) or can it be done in the template?
Why don't you just set $rcmail_config['check_all_folders'] to true in the main.inc.php?
Edit: If you want the total number of messages it would need to be done with a plugin.
We have a ticket for this http://trac.roundcube.net/ticket/1487695
OK, great. I will have a look at a way of implementing it