Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: bampi on August 23, 2011, 09:53:47 AM

Title: Show number of messages in folder?
Post by: bampi on August 23, 2011, 09:53:47 AM
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!
Title: Re: Show number of messages in folder?
Post by: willemjaap on June 19, 2013, 08:00:52 AM
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?
Title: Re: Show number of messages in folder?
Post by: SKaero on June 19, 2013, 08:48:31 AM
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.
Title: Re: Show number of messages in folder?
Post by: alec on June 19, 2013, 09:55:40 AM
We have a ticket for this http://trac.roundcube.net/ticket/1487695
Title: Re: Show number of messages in folder?
Post by: willemjaap on June 19, 2013, 10:43:41 AM
OK, great. I will have a look at a way of implementing it