diff options
author | David Shaw <[email protected]> | 2003-11-10 01:30:12 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-11-10 01:30:12 +0000 |
commit | ebe6f4999f16ce50b88874b97a64250bbb079361 (patch) | |
tree | 3cce67c5b4218ae214d83fe50d1340e34f063ea0 | |
parent | * http.c (connect_server): Differentiate between generic "can't connect" (diff) | |
download | gnupg-ebe6f4999f16ce50b88874b97a64250bbb079361.tar.gz gnupg-ebe6f4999f16ce50b88874b97a64250bbb079361.zip |
* pkclist.c (build_pk_list): When adding recipients interactively, allow
the user to stop at any point.
-rw-r--r-- | g10/ChangeLog | 5 | ||||
-rw-r--r-- | g10/pkclist.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 4c9f29f6e..f8a7cbb77 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2003-11-09 David Shaw <[email protected]> + + * pkclist.c (build_pk_list): When adding recipients interactively, + allow the user to stop at any point. + 2003-10-31 David Shaw <[email protected]> * trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a diff --git a/g10/pkclist.c b/g10/pkclist.c index 5f28f5fcd..e289acb35 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -880,6 +880,7 @@ build_pk_list( STRLIST rcpts, PK_LIST *ret_pk_list, unsigned use ) char *answer=NULL; STRLIST backlog=NULL; + any_recipients = 1; def_rec = default_recipient(); have_def_rec = !!def_rec; if( !have_def_rec ) |