[Tickets #3690] Can't move / copy messages to Shared folders (they don't show up in the list)
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Mar 28 14:06:57 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3690
-----------------------------------------------------------------------
Ticket | 3690
Updated By | tg at nadir.net
Summary | Can't move / copy messages to Shared folders (they don't show up in the list)
Queue | IMP
Version | 4.1
State | Feedback
Priority | 1. Low
Type | Bug
Owners | Michael Slusarz
-----------------------------------------------------------------------
tg at nadir.net (2006-03-28 14:06) wrote:
As it looks like, shortly below the line you proposed in imp/lib/Folders.php
at
/* We need to do a separate list call for each hidden namespace. */
foreach ($_SESSION['imp']['namespace'] as $val) {
if ($val['hidden']) {
$hiddenboxes = $listcmd($_SESSION['imp']['stream'], $server,
$val['name'] . '*');
if (is_array($hiddenboxes)) {
$list = array_merge($list, $hiddenboxes);
}
}
}
$val['hidden'] is FALSE, as $val holds:
Array ( [name] => INBOX. [delimiter] => . [type] => personal [hidden] => )
Array ( [name] => #shared. [delimiter] => . [type] => shared [hidden] => )
Array ( [name] => shared. [delimiter] => . [type] => shared [hidden] => )
I don't understand the hidden-concept yet, but if I take out the
if($val['hidden') then I see all the folders!!
More information about the bugs
mailing list