Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
5de89b2c
Commit
5de89b2c
authored
Feb 09, 2022
by
Ingo Klöcker
Browse files
Skip import of missing signer keys if QGpgME is too old
GnuPG-bug-id: 5805
parent
30fe9e01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/commands/importcertificatescommand.cpp
View file @
5de89b2c
...
...
@@ -602,6 +602,7 @@ void ImportCertificatesCommand::Private::processResults()
{
importGroups
();
#ifdef QGPGME_SUPPORTS_RECEIVING_KEYS_BY_KEY_ID
if
(
Settings
{}.
retrieveSignerKeysAfterImport
()
&&
!
importingSignerKeys
)
{
importingSignerKeys
=
true
;
const
auto
missingSignerKeys
=
getMissingSignerKeyIds
(
results
);
...
...
@@ -610,6 +611,7 @@ void ImportCertificatesCommand::Private::processResults()
return
;
}
}
#endif
handleExternalCMSImports
(
results
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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