On Tue Jun 11 2002; 14:17, Juergen P. Sonsalla wrote:
> When using GPG it says "No secret Key available", but i ensured
> the right key is in the ring.
Maybe a "gpg --list-secret-keys" would help to find out if you
really imported your secret key. If not, you should use
"gpg --allow-secret-key-import --import my_seckey.pgp" to import it.
Then GPG should be able to decrypt it.
Timo