Author Topic: Show number of messages in folder?  (Read 3814 times)

Offline bampi

  • Newbie
  • *
  • Posts: 1
Show number of messages in folder?
« 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!

Offline willemjaap

  • Newbie
  • *
  • Posts: 2
Re: Show number of messages in folder?
« Reply #1 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Show number of messages in folder?
« Reply #2 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.

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Show number of messages in folder?
« Reply #3 on: June 19, 2013, 09:55:40 AM »

Offline willemjaap

  • Newbie
  • *
  • Posts: 2
Re: Show number of messages in folder?
« Reply #4 on: June 19, 2013, 10:43:41 AM »
OK, great. I will have a look at a way of implementing it