[BUG] Exclamation point in key fingerprint #1360
Description
This is, in some sense, related to #998. Let me also say right away that I tried the 2021-03-26 snapshot and this issue is present there.
My .gpg-id
contains two full fingerprints followed by !
. The reason for this is that I have one PGP key with two encryptions subkeys: one for everyday use, one for backups. The exclamation point at the end tells GnuPG to use this exact subkey rather than doing its default lookup procedure, which would not result in what I want.
From the discussion at the issue referenced above, I understood that OpenKeychain allows full fingerprint as the key identifier, so, on the surface, it looks like the only required change would be to allow the trailing exclamation point when parsing .gpg-id
.
I would also like someone more familiar with OpenKeychain to confirm that it will do the right thing when given the full key fingerprint (rather than doing GnuPG-like lookup via primary key).