mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add new option --only-sign-text-ids.
* g10/options.h (opt): Add field only_sign_text_ids. * g10/gpg.c (enum cmd_and_opt_values): Add value oOnlySignTextIDs. (opts): Handle oOnlySignTextIDs. (main): Likewise. * g10/keyedit.c (sign_uids): If OPT.ONLY_SIGN_TEXT_IDS is set, don't select non-text based IDs automatically. (keyedit_menu): Adapt the prompt asking to sign all user ids according to OPT.ONLY_SIGN_TEXT_IDS. * doc/gpg.texi: Document the new option --only-sign-text-ids. -- Signed-off-by: Neal H. Walfield <neal@g10code.com> GnuPG-bug-id: 1241 Debian-bug-id: 569702
This commit is contained in:
parent
f99830b728
commit
a74aeb5dae
4 changed files with 45 additions and 15 deletions
|
@ -650,6 +650,10 @@ and "t" (for trust) may be freely mixed and prefixed to "sign" to
|
|||
create a signature of any type desired.
|
||||
@c man:.RE
|
||||
|
||||
If the option @option{--only-sign-text-ids} is specified, then any
|
||||
non-text based user ids (e.g., photo IDs) will not be selected for
|
||||
signing.
|
||||
|
||||
@table @asis
|
||||
|
||||
@item delsig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue