stop passing --fast-list
For unknown reasons, it makes --list-keys sometimes not show fingerprints of certian keys.
This commit is contained in:
parent
29ed089cce
commit
b0174432a0
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ read_config()
|
|||
|
||||
for recp_ in $conf_part
|
||||
do
|
||||
gpg_list=$(gpg --with-colons --fast-list --fingerprint -k "$recp_")
|
||||
gpg_list=$(gpg --with-colons --fingerprint -k "$recp_")
|
||||
filter_to @r_keyinfo "pub*" "$gpg_list"
|
||||
filter_to @r_keyfpr "fpr*" "$gpg_list"
|
||||
isnull "$r_keyinfo" || isnonnull "${r_keyinfo##*"$Newline"*}" ||
|
||||
|
|
Loading…
Reference in a new issue