GPGme doesn't do anything with gnupg's RSA_OR_IDEA message, which means that if
the secret key is IDEA-encrypted and the chosen gnupg doesn't support IDEA, then
an operation will fail with a somewhat confusing result: the operation's status
will be "Decryption failed" but the individual key's status (from
gpgme_op_decrypt_result()) will be "success".
In this situation, IMO, the key's status should not be success, but should be an
error code (perhaps GPG_ERR_UNSUPPORTED_ALGORITHM).