mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* pkclist.c (build_pk_list): When adding recipients interactively, allow
the user to stop at any point.
This commit is contained in:
parent
9a69b07bd7
commit
ebe6f4999f
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-09 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* pkclist.c (build_pk_list): When adding recipients interactively,
|
||||||
|
allow the user to stop at any point.
|
||||||
|
|
||||||
2003-10-31 David Shaw <dshaw@jabberwocky.com>
|
2003-10-31 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a
|
* trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a
|
||||||
|
@ -880,6 +880,7 @@ build_pk_list( STRLIST rcpts, PK_LIST *ret_pk_list, unsigned use )
|
|||||||
char *answer=NULL;
|
char *answer=NULL;
|
||||||
STRLIST backlog=NULL;
|
STRLIST backlog=NULL;
|
||||||
|
|
||||||
|
any_recipients = 1;
|
||||||
def_rec = default_recipient();
|
def_rec = default_recipient();
|
||||||
have_def_rec = !!def_rec;
|
have_def_rec = !!def_rec;
|
||||||
if( !have_def_rec )
|
if( !have_def_rec )
|
||||||
|
Loading…
Reference in New Issue
Block a user