mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
unsubsubcribe from oldFoldername when renaming/moving a folder
This commit is contained in:
parent
a80f2102c6
commit
9347e58493
@ -965,6 +965,7 @@ class ajaxfelamimail
|
||||
if($newFolderName = $this->bofelamimail->renameFolder($oldFolderName, $parentFolder, $folderName)) {
|
||||
//enforce the subscription to the newly named server, as it seems to fail for names with umlauts
|
||||
$rv = $this->bofelamimail->subscribe($newFolderName, true);
|
||||
$rv = $this->bofelamimail->subscribe($oldFolderName, false);
|
||||
$newFolderName = $this->_encodeFolderName($newFolderName);
|
||||
$folderName = $this->_encodeDisplayFolderName($folderName);
|
||||
if ($parentFolder == '') {
|
||||
|
Loading…
Reference in New Issue
Block a user