470 |
_gpgme_gpg_set_command_handler( ctx->gpg, verify_command_handler, ctx ); |
_gpgme_gpg_set_command_handler( ctx->gpg, verify_command_handler, ctx ); |
471 |
|
|
472 |
_gpgme_gpg_add_arg( ctx->gpg, "--yes" ); |
_gpgme_gpg_add_arg( ctx->gpg, "--yes" ); |
473 |
if( ctx->pipemode || nfiles > 1 ) |
if( ctx->use_pipemode || nfiles > 1 ) |
474 |
_gpgme_gpg_add_arg( ctx->gpg, "--verify-files" ); |
_gpgme_gpg_add_arg( ctx->gpg, "--verify-files" ); |
475 |
else if( sigmode != GPGME_SIG_MODE_DETACH ) |
else if( sigmode != GPGME_SIG_MODE_DETACH ) |
476 |
_gpgme_gpg_add_arg( ctx->gpg, "--verify" ); |
_gpgme_gpg_add_arg( ctx->gpg, "--verify" ); |