diff options
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/cpp/src/editinteractor.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lang/cpp/src/editinteractor.cpp b/lang/cpp/src/editinteractor.cpp index c05ccd63..fb68bcb3 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; | 
