Roundcube Community Forum

 

Show number of messages in folder?

Started by bampi, August 23, 2011, 09:53:47 AM

Previous topic - Next topic

bampi

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!

willemjaap

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?

SKaero

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.


willemjaap

OK, great. I will have a look at a way of implementing it