[Tickets #2878] NEW: 'refresh_folders' working without subscriptions error??

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Oct 27 07:33:27 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2878
-----------------------------------------------------------------------
 Ticket             | 2878
 Created By         | scalero at datadec.es
 Summary            | 'refresh_folders' working without subscriptions error??
 Queue              | IMP
 Version            | RELENG_3
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


scalero at datadec.es (2005-10-27 07:33) wrote:

I am working with IMP and Cyrus. In 'Use IMAP folder subscriptions?'
preference I have the value false. 

In the page 'folders.php' in I click in "Reload View" this page only show my
INBOX folder. 

With this chage in 115 line of 'folders.php' all folders are shown:

case 'refresh_folders':
    - $imptree->init(($imp['showunsub']) ? IMAPTREE_INIT_UNSUB :
IMAPTREE_INIT_SUB);
    + $imptree->init(($showAll) ? IMAPTREE_INIT_UNSUB : IMAPTREE_INIT_SUB);
    break;


Is this right??

Greetings...


Sebastian Calero.








More information about the bugs mailing list