Clean more settings

wilder
Laurent Montel 6 years ago
parent c16a41850f
commit 3241e03c02
  1. 6
      kmail-refresh-settings/refreshsettingscleanuppage.cpp

@ -136,7 +136,11 @@ void RefreshSettingsCleanupPage::initCleanupDialogSettings(const QString &config
QStringLiteral("CollectionPropertiesDialog"),
QStringLiteral("MailSourceWebEngineViewer"),
QStringLiteral("SelectAddressBookDialog"),
QStringLiteral("VCardViewer")};
QStringLiteral("VCardViewer"),
QStringLiteral("MailSourceWebEngineViewer"),
QStringLiteral("ConfigurePluginsWidget"),
QStringLiteral("ConfigureAgentsWidget"),
QStringLiteral("AuditLogViewer")};
for (const QString &str : dialogListName) {
KConfigGroup oldGroup = settingsrc->group(str);
cleanupFolderSettings(oldGroup);

Loading…
Cancel
Save