diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-24 18:30:51 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-24 18:30:51 +0100 |
commit | 86927d185fec4d4621aa6d7744a88285fcf233b7 (patch) | |
tree | ccfa7cc768589ed7c5a6454f570759351d2fb8ea /framework/src/domain/mime/mailcrypto.h | |
parent | 9f362f60e8ec15dccddfd80462f471c25f84dd52 (diff) | |
download | kube-86927d185fec4d4621aa6d7744a88285fcf233b7.tar.gz kube-86927d185fec4d4621aa6d7744a88285fcf233b7.zip |
Import missing keys
Diffstat (limited to 'framework/src/domain/mime/mailcrypto.h')
-rw-r--r-- | framework/src/domain/mime/mailcrypto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/domain/mime/mailcrypto.h b/framework/src/domain/mime/mailcrypto.h index ed362ddc..0a6c2f4c 100644 --- a/framework/src/domain/mime/mailcrypto.h +++ b/framework/src/domain/mime/mailcrypto.h | |||
@@ -32,5 +32,6 @@ namespace MailCrypto | |||
32 | }; | 32 | }; |
33 | KMime::Content *processCrypto(KMime::Content *content, const std::vector<GpgME::Key> &signingKeys, const std::vector<GpgME::Key> &encryptionKeys, MailCrypto::Protocol protocol); | 33 | KMime::Content *processCrypto(KMime::Content *content, const std::vector<GpgME::Key> &signingKeys, const std::vector<GpgME::Key> &encryptionKeys, MailCrypto::Protocol protocol); |
34 | KMime::Content *sign(KMime::Content *content, const std::vector<GpgME::Key> &signers); | 34 | KMime::Content *sign(KMime::Content *content, const std::vector<GpgME::Key> &signers); |
35 | std::vector<GpgME::Key> findKeys(const QStringList &filter, bool findPrivate = false, Protocol protocol = OPENPGP); | 35 | std::vector<GpgME::Key> findKeys(const QStringList &filter, bool findPrivate = false, bool remote = false, Protocol protocol = OPENPGP); |
36 | void importKeys(const std::vector<GpgME::Key> &keys); | ||
36 | }; | 37 | }; |