[pim/kdepim-addons] kmail/editorsendcheckplugins/confirm-address: Add missing mAcceptedDomain->setChecked when reset settings

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit a73b8ee06e9c4592d54c6389c8645f2bdcea6863 by Laurent Montel.
Committed on 15/08/2026 at 08:20.
Pushed by mlaurent into branch 'master'.

Add missing mAcceptedDomain->setChecked when reset settings

M  +1    -0    kmail/editorsendcheckplugins/confirm-address/confirmaddressconfiguretabwidget.cpp

https://invent.kde.org/pim/kdepim-addons/-/commit/a73b8ee06e9c4592d54c6389c8645f2bdcea6863

diff --git a/kmail/editorsendcheckplugins/confirm-address/confirmaddressconfiguretabwidget.cpp b/kmail/editorsendcheckplugins/confirm-address/confirmaddressconfiguretabwidget.cpp
index 54aac47cc..71963d648 100644
--- a/kmail/editorsendcheckplugins/confirm-address/confirmaddressconfiguretabwidget.cpp
+++ b/kmail/editorsendcheckplugins/confirm-address/confirmaddressconfiguretabwidget.cpp
@@ -79,6 +79,7 @@ void ConfirmAddressConfigureTabWidget::resetSettings()
 {
     mDomainNameListEditor->setStringList({});
     mWhiteListEditor->setStringList({});
+    mAcceptedDomain->setChecked(true);
 }
 
 void ConfirmAddressConfigureTabWidget::loadSettings(const KConfigGroup &grp)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.