stop passing --fast-list

For unknown reasons, it makes --list-keys sometimes not show fingerprints
of certian keys.
This commit is contained in:
Joey Hess 2013-09-26 15:56:56 -04:00
parent 29ed089cce
commit b0174432a0

View file

@ -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"*}" ||