diff options
| author | Werner Koch <[email protected]> | 2009-11-23 19:18:04 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2009-11-23 19:18:04 +0000 |
| commit | cf2ec5673f02ddf3a4910ec47b476351dd68c243 (patch) | |
| tree | 4e59734e24208f5d90dcc96f9d98c822860fbbc7 /g10/options.h | |
| parent | Change fallback keysize to 2048 (diff) | |
| download | gnupg-cf2ec5673f02ddf3a4910ec47b476351dd68c243.tar.gz gnupg-cf2ec5673f02ddf3a4910ec47b476351dd68c243.zip | |
Add gpgconf related dummy options default_pubkey_algo.
Add option --skip-hidden-recipients
Comment updates.
Diffstat (limited to 'g10/options.h')
| -rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index b6e7e55b8..40dee3780 100644 --- a/g10/options.h +++ b/g10/options.h @@ -94,6 +94,7 @@ struct char *lc_messages; int skip_verify; + int skip_hidden_recipients; int compress_keys; int compress_sigs; /* TM_CLASSIC must be zero to accomodate trustdbs generated before |
