Steps to reproduce:
- Create secret keyring with multiple keys (two is fine).
- Set one of those keys as hidden-encrypt-to (second one best for example).
- Encrypt a file to someone else.
- Try to decrypt the file.
Expected Results:
- Asked for passphrase for each secret key until one decodes it.
Actual Results:
- Asked for one passphrase (not sure how it decides which key, first?). It
"accepts" the wrong passphrase for the key asked, but then will decrypt the
content when it tries the key it does belong to.