6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/5/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5767] Subfolders not shown in IMP
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ..__ . . __ | \|__|[__)|\ |/ ` |__/| || \| \|\__.
Comment
> Subfolders are not shown in IMP : in the left window and in "folders" tab. > > The following modification in $HORDE/lib/Horde/IMAP/Tree.php permit > the display of subfolders. > > Thank you to apply this patch if it is correct... > > For information, this bug was blocking the deployment of horde in our system. > > Guy Paressant > > Rectorat de Nantes - France > > > > diff -u /usr/share/horde3/lib/Horde/IMAP/Tree.php.001 > /usr/share/horde3/lib/Horde/IMAP/Tree.php > > --- /usr/share/horde3/lib/Horde/IMAP/Tree.php.001 2007-05-22 > 11:39:35.000000000 +0200 > > +++ /usr/share/horde3/lib/Horde/IMAP/Tree.php 2007-10-04 > 08:41:37.000000000 +0200 > > @@ -1092,7 +1092,7 @@ > > /* Not all IMAP servers support the HASCHILDREN flag > (like UW!) so > > * we need to skip this check if the IMAP server doesn't set > > * either HASCHILDREN or HASNOCHILDREN. */ > > - if (!empty($this->_childrensupport) || > > + if (empty($this->_childrensupport) || > > (is_null($this->_childrensupport) && > > ($elt['a'] & LATT_HASCHILDREN) || > > ($elt['a'] & LATT_HASNOCHILDREN))) {
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers