diff options
author | Werner Koch <[email protected]> | 2004-07-30 09:26:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-07-30 09:26:09 +0000 |
commit | fe94e944ba9db0c7c9e4c68ee70a336de0805e50 (patch) | |
tree | 7ac710baa0ceb600d4b5b394800f279863da02f0 | |
parent | * pkclist.c (algo_available): --pgp8 now allows blowfish, zlib, and bzip2. (diff) | |
download | gnupg-fe94e944ba9db0c7c9e4c68ee70a336de0805e50.tar.gz gnupg-fe94e944ba9db0c7c9e4c68ee70a336de0805e50.zip |
New alias --throw-keyid for --throw-keyids, so that it
continues to work in old configuration files. Noted by Jens Adam.
-rw-r--r-- | g10/ChangeLog | 5 | ||||
-rw-r--r-- | g10/g10.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index b63fdbdc9..1827e8c36 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2004-07-30 Werner Koch <[email protected]> + + * g10.c: New alias --throw-keyid for --throw-keyids, so that it + continues to work in old configuration files. Noted by Jens Adam. + 2004-07-29 David Shaw <[email protected]> * pkclist.c (algo_available): --pgp8 now allows blowfish, zlib, @@ -485,6 +485,7 @@ static ARGPARSE_OPTS opts[] = { { oCertDigestAlgo, "cert-digest-algo", 2 , "@" }, { oCompressAlgo, "compress-algo", 1 , N_("|N|use compress algorithm N")}, { oThrowKeyid, "throw-keyids", 0, N_("throw keyid field of encrypted packets")}, + { oThrowKeyid, "throw-keyid", 0, "@" }, { oShowPhotos, "show-photos", 0, N_("Show Photo IDs")}, { oNoShowPhotos, "no-show-photos", 0, N_("Don't show Photo IDs")}, { oPhotoViewer, "photo-viewer", 2, N_("Set command line to view Photo IDs")}, |