mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
fix problem regarding strange runtime situations for gathering the items in shared folders
This commit is contained in:
parent
c884eb0b8f
commit
ba2be3bb5b
@ -1820,7 +1820,7 @@ class felamimail_bo
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($prefix_present=='forced') // you cannot trust dovecots assumed prefix
|
||||
if ($prefix_present=='forced' && $type=='personal') // you cannot trust dovecots assumed prefix
|
||||
{
|
||||
$subscribedMailboxesAll = $this->icServer->listsubscribedMailboxes('',0);
|
||||
if( PEAR::isError($subscribedMailboxesAll) ) continue;
|
||||
@ -1872,7 +1872,7 @@ class felamimail_bo
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($prefix_present=='forced') // you cannot trust dovecots assumed prefix
|
||||
if ($prefix_present=='forced' && $type=='personal') // you cannot trust dovecots assumed prefix
|
||||
{
|
||||
$allMailboxesExtAll = $this->icServer->getMailboxes('',0,true);
|
||||
foreach ($allMailboxesExtAll as $kaMEA => $aMEA)
|
||||
|
Loading…
Reference in New Issue
Block a user