program/steps/settings/folders.inc
@@ -316,8 +316,8 @@ } } } // check if the folder is shared, then disable subscription option on it if (!$disabled && $folder['virtual'] && !empty($namespace)) { // check if the folder is shared, then disable subscription option on it (if not subscribed already) if (!$disabled && !$subscribed && $folder['virtual'] && !empty($namespace)) { $tmp_ns = array_merge((array)$namespace['other'], (array)$namespace['shared']); foreach ($tmp_ns as $item) { if (strpos($folder['id'], $item[0]) === 0) {