mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: New option --sender
* g10/options.h (struct opt): Add field 'sender_list'. * g10/gpg.c: Include mbox-util.h. (oSender): New. (opts): Add option "--sender". (main): Parse option. -- This option will eventually be used for more advanced purposes. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b5d63e81d5
commit
de6e3217cd
4 changed files with 44 additions and 0 deletions
|
@ -101,6 +101,10 @@ struct
|
|||
int def_recipient_self;
|
||||
strlist_t secret_keys_to_try;
|
||||
|
||||
/* A list of mail addresses (addr-spec) provided by the user with
|
||||
* the option --sender. */
|
||||
strlist_t sender_list;
|
||||
|
||||
int def_cert_level;
|
||||
int min_cert_level;
|
||||
int ask_cert_level;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue