6.0.0-beta1
8/10/25

[#553] Block tree folders
Summary Block tree folders
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester stephen (at) mega (dot) geek (dot) nz
Created 09/08/2004 (7641 days ago)
Due
Updated 09/09/2004 (7640 days ago)
Assigned
Resolved 09/09/2004 (7640 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/09/2004 03:55:48 AM Chuck Hagenbuch Comment #3
State ⇒ Resolved
Reply to this comment
Cool. I was about to be very confused. :)
09/09/2004 03:55:10 AM stephen (at) mega (dot) geek (dot) nz Comment #2 Reply to this comment
Just updated the file from the CVS and version 1.8 of 
imp\lib\Blocktree_folders.php fixes the bug.
09/08/2004 09:35:23 PM stephen (at) mega (dot) geek (dot) nz Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Block tree folders
Queue ⇒ IMP
Reply to this comment
The tree folders block for imp does not pick up the name for the trash 
or drafts folder when not using IMP as the authentication mechanisim. 
This means that the images for these folders are the normal ones 
instead of the special ones. I added the following two lines to 
imp\lib\Block\tree_folders.php after line 25:



         $registry->loadPrefs($this->_app);

         $prefs->_prefs = $registry->_prefsCache[$this->_app]->_prefs;



This fixes the problem. Not sure if it is the best way to fix it.

Saved Queries