Skip to main content

Horde prefs to Always display all folders

Comments

4 comments

  • cPanelMichael
    Hello :) Could you provide a screenshot of how you prefer it to look, and how it looks normally, so we can understand exactly what feature you are referring to? Thank you.
    0
  • jimlongo
    Sure when the client logs in it normally looks like this . . . .vB I would prefer that it look like this . . . .vB There is a preference which seems to have no effect at Prefs>Mail>Folder Display .vB
    0
  • cPanelMichael
    Hello :) The additional IMAP folders you are referring to show up after I deselect the "Use IMAP mailbox subscriptions?" option that you referenced. Have you tried disabling this option and refreshing your browser? Thank you.
    0
  • jimlongo
    Thanks Michael, that does work. Add this in the /usr/local/cpanel/base/horde/imp/config/prefs.d/10-webmail.php will globalize that => changes value from 1 to 0 $_prefs['subscribe"> = array( 'value' => 0, 'type' => 'checkbox', 'desc' => _("Use IMAP mailbox subscriptions?"), 'on_change' => function() { $GLOBALS['injector">->getInstance('IMP_Imap_Tree')->init(); } ); Thanks.
    0

Please sign in to leave a comment.