Cpp: Ignore STATUS_KEY_CONSIDERED when editing
* lang/cpp/src/editinteractor.cpp (EditInteractor::needsNoResponse): Handle GPGME_STATUS_KEY_CONSIDERED.
This commit is contained in:
parent
88f2c1c0d1
commit
5df858cbf1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user