Subscribe default folders that we create
This commit is contained in:
parent
17ceedc47b
commit
23d9f14e81
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ class kolab_folders extends rcube_plugin
|
||||||
// create folder
|
// create folder
|
||||||
if (!$exists && !$storage->folder_exists($foldername)) {
|
if (!$exists && !$storage->folder_exists($foldername)) {
|
||||||
$storage->create_folder($foldername, $type1 == 'mail');
|
$storage->create_folder($foldername, $type1 == 'mail');
|
||||||
|
$storage->subscribe($foldername);
|
||||||
}
|
}
|
||||||
|
|
||||||
// set type
|
// set type
|
||||||
|
|
Loading…
Add table
Reference in a new issue