diff options
Diffstat (limited to 'g10')
-rw-r--r-- | g10/ChangeLog | 6 | ||||
-rw-r--r-- | g10/options.skel | 17 |
2 files changed, 19 insertions, 4 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index d08090e44..b93e0b3ca 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,6 +1,10 @@ +2001-04-20 Werner Koch <[email protected]> + + * options.skel: Add some more comments. + 2001-04-19 Werner Koch <[email protected]> - * keyid.c (mk_datestr): New. Handles negative times. we must do + * keyid.c (mk_datestr): New. Handles negative times. We must do this because Windoze segvs on negative times passed to gmtime(). Changed all datestr_from function to use this one. diff --git a/g10/options.skel b/g10/options.skel index f2a117e23..ad47c9fa6 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -31,6 +31,18 @@ $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 # will not be done in this case. @@ -55,8 +67,8 @@ escape-from-lines # If you do not use the Latin-1 (ISO-8859-1) charset, you should # tell GnuPG which is the native character set. Please check -# the man page for supported character sets. -#charset koi8-r +# the man page for supported character sets. +#charset utf-8 # You may define aliases like this: @@ -92,4 +104,3 @@ lock-once # this option is set. honor-http-proxy - |