| Summary | 'refresh_folders' working without subscriptions error?? |
| Queue | IMP |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | scalero (at) datadec (dot) es |
| Created | 10/27/2005 (7317 days ago) |
| Due | |
| Updated | 06/13/2006 (7088 days ago) |
| Assigned | 10/27/2005 (7317 days ago) |
| Resolved | 10/27/2005 (7317 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
because the sidebar doesn't refresh at all until i set the option
"Use IMAP folder subscriptions" to "true".
because the sidebar doesn't refresh at all until i set the option "Use
IMAP folder subscriptions" to "true".
for information: I use IMP 4.1.1 with a MS Exchange 2000 server
State ⇒ Resolved
State ⇒ Assigned
Thanks.
Sebastian Calero.
State ⇒ Not A Bug
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ 'refresh_folders' working without subscriptions error??
Queue ⇒ IMP
State ⇒ Unconfirmed
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.