[Pkg-gnupg-commit] [gpgme] 120/412: Cpp: Ignore STATUS_KEY_CONSIDERED when editing

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 5df858cbf196b2a53d600b7f45655f7b35c1fe93
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri May 20 16:03:08 2016 +0200

    Cpp: Ignore STATUS_KEY_CONSIDERED when editing
    
    * lang/cpp/src/editinteractor.cpp (EditInteractor::needsNoResponse):
    Handle GPGME_STATUS_KEY_CONSIDERED.
---
 lang/cpp/src/editinteractor.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/cpp/src/editinteractor.cpp b/lang/cpp/src/editinteractor.cpp
index c05ccd6..fb68bcb 100644
--- a/lang/cpp/src/editinteractor.cpp
+++ b/lang/cpp/src/editinteractor.cpp
@@ -211,6 +211,7 @@ bool EditInteractor::needsNoResponse(unsigned int status) const
     case GPGME_STATUS_SIGEXPIRED:
     case GPGME_STATUS_KEYEXPIRED:
     case GPGME_STATUS_PINENTRY_LAUNCHED:
+    case GPGME_STATUS_KEY_CONSIDERED:
         return true;
     default:
         return false;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list