1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpg-agent.c: Remove help texts for options lile --lc-ctype.

(main): New option --allow-mark-trusted.
* trustlist.c (agent_marktrusted): Use it here.

* gpg-agent.texi (Agent Options): Add --allow-mark-trusted.

* gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
This commit is contained in:
Werner Koch 2004-05-03 13:37:38 +00:00
parent 339f0840e1
commit 30bbef1a28
8 changed files with 51 additions and 12 deletions

View file

@ -58,6 +58,7 @@ struct {
int running_detached; /* we are running detached from the tty. */
int ignore_cache_for_signing;
int allow_mark_trusted;
int keep_tty; /* don't switch the TTY (for pinentry) on request */
int keep_display; /* don't switch the DISPLAY (for pinentry) on request */
} opt;