diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/ChangeLog | 5 | ||||
-rw-r--r-- | g10/options.skel | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 6143bfcc9..9d07c0a32 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2002-05-02 Werner Koch <[email protected]> + + * options.skel: Removed the comment on trusted-keys because this + option is now deprecated. + 2002-05-01 David Shaw <[email protected]> * keyedit.c (menu_adduid): 2440bis04 says that multiple attribute diff --git a/g10/options.skel b/g10/options.skel index 0a24bc32c..f6a354088 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -31,17 +31,6 @@ $Id$ #default-key 621CC013 -# GnuPG ultimately trusts all keys in the secret keyring. If you do -# not have all your secret keys online available you should use this -# option to tell GnuPG about ultimately trusted keys. -# You have to give the long keyID here which can be obtained by using -# the --list-key command along with the option --with-colons; you will -# get a line similiar to this one: -# pub:u:1024:17:5DE249965B0358A2:1999-03-15:2006-02-04:59:f: -# the 5th field is what you want. - -#trusted-key 12345678ABCDEF01 - # If you do not pass a recipient to gpg, it will ask for one. # Using this option you can encrypt to a default key. key validation |