diff options
author | David Shaw <[email protected]> | 2005-11-06 15:45:00 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-11-06 15:45:00 +0000 |
commit | 11c7699c45aefc5f86ef56ea7cfee94382cb579b (patch) | |
tree | 5eddc7f92ebd6e894ff167116f4db1b3d05bf95f | |
parent | * Makefile.am: Include @LIBUSB_CPPFLAGS@ in our CPPFLAGS. Strictly (diff) | |
download | gnupg-11c7699c45aefc5f86ef56ea7cfee94382cb579b.tar.gz gnupg-11c7699c45aefc5f86ef56ea7cfee94382cb579b.zip |
* options.skel: Add a section for --encrypt-to. This is Debian bug
336211 by Javier Fernández-Sanguino Peña.
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 5 | ||||
-rw-r--r-- | g10/options.skel | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 93da02b75..a09a0ddce 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2005-11-06 David Shaw <[email protected]> + + * options.skel: Add a section for --encrypt-to. This is Debian + bug 336211 by Javier Fernández-Sanguino Peña. + 2005-11-05 David Shaw <[email protected]> * Makefile.am: Include @LIBUSB_CPPFLAGS@ in our CPPFLAGS. diff --git a/g10/options.skel b/g10/options.skel index 37bf87c12..e9c0518a8 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -39,6 +39,14 @@ #default-recipient some-user-id #default-recipient-self +# Use --encrypt-to to add the specified key as a recipient to all +# messages. This is useful, for example, when sending mail through a +# mail client that does not automatically encrypt mail to your key. +# In the example, this option allows you to read your local copy of +# encrypted mail that you've sent to others. + +#encrypt-to some-key-id + # By default GnuPG creates version 3 signatures for data files. This # is not strictly OpenPGP compliant but PGP 6 and most versions of PGP # 7 require them. To disable this behavior, you may use this option |