mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
agent: Add option --allow-emacs-pinentry
* agent/agent.h (opt): Add field allow_emacs_pinentry. * agent/call-pinentry.c (start_pinentry): Act upon new var. * agent/gpg-agent.c (oAllowEmacsPinentry): New. (opts): Add option --allow-emacs-pinentry. (parse_rereadable_options): Set this option. * tools/gpgconf-comp.c (gc_options_gpg_agent): Add new option. -- gpgconf-comp and manual entry added by wk. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
25331bba55
commit
691dae270b
5 changed files with 34 additions and 1 deletions
|
@ -133,6 +133,10 @@ struct
|
|||
to allow it to enable such a cache. */
|
||||
int allow_external_cache;
|
||||
|
||||
/* If this global option is true, the Assuan option of Pinentry
|
||||
allow-emacs-prompt is allowed. */
|
||||
int allow_emacs_pinentry;
|
||||
|
||||
int keep_tty; /* Don't switch the TTY (for pinentry) on request */
|
||||
int keep_display; /* Don't switch the DISPLAY (for pinentry) on request */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue