forked from extern/egroupware
on subscribed only: break as we did before (was commented for testing/debugging)
This commit is contained in:
parent
e154e35ad6
commit
0dbb43720d
@ -2041,7 +2041,7 @@ class mail_bo
|
||||
//_debug_array($foldersNameSpace);
|
||||
if ($_subscribedOnly == true) {
|
||||
$foldersNameSpace[$type]['all'] = (is_array($foldersNameSpace[$type]['subscribed']) ? $foldersNameSpace[$type]['subscribed'] :array());
|
||||
//continue;
|
||||
continue;
|
||||
}
|
||||
// only check for Folder in FolderMaintenance for Performance Reasons
|
||||
if(!$_subscribedOnly) {
|
||||
|
Loading…
Reference in New Issue
Block a user