[horde] Show number of unread mails in every IMAP-Folder

Jens Grüntjes jens.gruentjes at ebira.de
Wed Nov 7 18:50:41 UTC 2012


Zitat von Simon Lichtinghagen <sl at bnmsp.de>:

> Hey there,
>
> is there a possibility to show the  number of unread mails in every
> IMAP-folder, like at the inbox?
>
> I can't find any option...
>
You have to unlock the preference by creating a prefs.local.php in  
your /path/to/horde/imp/config directory like this

<?php
$_prefs['nav_poll_all']['locked'] = false;

After that you log out and in to horde. Then you go to Preferences and  
switch to he Advanced preferences. You'll find it under Webmail ->  
Folder View (in german it's "Ordneransicht") where you can check "Poll  
every folder for new mail".

But please read the comments in prefs.php:
  // This is locked and disabled by default. You almost certainly DO NOT
  // want to poll all mailboxes by default: this can cause crippling load
  // on your server and is generally NOT what users want (polling things
  // such as Drafts, Sent-Mail, and Trash mailboxes is confusing to the
  // average user).

-- 
Viele Grüße
Jens



More information about the horde mailing list