tr("<p>Could not create local folder <i>%1</i>.")
.arg(QDir::toNativeSeparators(definition.localPath)));
return;
- } else {
- FileSystem::setFolderMinimumPermissions(definition.localPath);
}
}
+ FileSystem::setFolderMinimumPermissions(definition.localPath);
}
/* take the value from the definition of already existing folders. All folders have
}
*cancel = msgBox.clickedButton() == keepBtn;
if (*cancel) {
+ FileSystem::setFolderMinimumPermissions(path());
journalDb()->clearFileTable();
_lastEtag.clear();
slotScheduleThisFolder();