From 21f90273047abd31ee4d5155c157c864582b5c8d Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Tue, 27 Jan 2015 14:01:18 +0100 Subject: [PATCH] Add potential emails --- editor/kmcomposewin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/kmcomposewin.cpp b/editor/kmcomposewin.cpp index 0445cde62..79b352564 100644 --- a/editor/kmcomposewin.cpp +++ b/editor/kmcomposewin.cpp @@ -3069,7 +3069,7 @@ void KMComposeWin::slotPotentialPhishingEmailsFound(const QStringList &list) if (list.isEmpty()) { slotCheckSendNowStep2(); } else { - //mPotentialPhishingEmailWarning->setWarningText(); + mPotentialPhishingEmailWarning->setPotentialPhisingEmail(list); } #endif }