diff --git a/kcms/baloo/filteredfoldermodel.cpp b/kcms/baloo/filteredfoldermodel.cpp --- a/kcms/baloo/filteredfoldermodel.cpp +++ b/kcms/baloo/filteredfoldermodel.cpp @@ -108,9 +108,6 @@ if (includeList.contains(mountPath)) continue; - if (m_settings->excludedFolders().contains(mountPath)) - continue; - if (!m_excludeList.contains(mountPath)) { m_excludeList.append(mountPath); }