Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
01ce26c4
Commit
01ce26c4
authored
Jun 23, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set emails duplicate
parent
16d4c379
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendinterface.cpp
...checkplugins/checkbeforesend/checkbeforesendinterface.cpp
+1
-0
No files found.
kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendinterface.cpp
View file @
01ce26c4
...
...
@@ -78,6 +78,7 @@ bool CheckBeforeSendInterface::exec(const MessageComposer::PluginEditorCheckBefo
const
QMap
<
QString
,
int
>
results
=
job
.
result
();
if
(
!
results
.
isEmpty
())
{
QPointer
<
CheckDuplicateEmailsDialog
>
dlg
=
new
CheckDuplicateEmailsDialog
(
parentWidget
());
dlg
->
setDuplicatedEmails
(
results
);
if
(
dlg
->
exec
())
{
delete
dlg
;
return
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment