diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 230c96af2..6b8f6490f 100644 --- a/g10/options.h +++ b/g10/options.h @@ -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; |