I would expect it to import all the keys for all the email boxes
Actual results
fails with
gpg: "user@my.tld" not a key ID: skipping
Debugging information
looking at the script it appears to try to download the keys using the --recv-keys which needs a key ID but the script is providing the users email address.
This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Classification
Please delete options that are not relevant.
Reproducibility
Please delete options that are not relevant.
Description
running the encryption.sh script returns
gpg: "user@my.tld" not a key ID: skipping
Steps to reproduce
Expected results
I would expect it to import all the keys for all the email boxes
Actual results
fails with gpg: "user@my.tld" not a key ID: skipping
Debugging information