[svn] GnuPG - r3925 - trunk/g10
svn author dshaw
cvs at cvs.gnupg.org
Sun Nov 6 16:45:01 CET 2005
Author: dshaw
Date: 2005-11-06 16:45:00 +0100 (Sun, 06 Nov 2005)
New Revision: 3925
Modified:
trunk/g10/ChangeLog
trunk/g10/options.skel
Log:
* options.skel: Add a section for --encrypt-to. This is Debian bug
336211 by Javier Fern?\195?\161ndez-Sanguino Pe?\195?\177a.
Modified: trunk/g10/ChangeLog
===================================================================
--- trunk/g10/ChangeLog 2005-11-06 04:32:54 UTC (rev 3924)
+++ trunk/g10/ChangeLog 2005-11-06 15:45:00 UTC (rev 3925)
@@ -1,3 +1,8 @@
+2005-11-06 David Shaw <dshaw at jabberwocky.com>
+
+ * 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 <dshaw at jabberwocky.com>
* Makefile.am: Include @LIBUSB_CPPFLAGS@ in our CPPFLAGS.
Modified: trunk/g10/options.skel
===================================================================
--- trunk/g10/options.skel 2005-11-06 04:32:54 UTC (rev 3924)
+++ trunk/g10/options.skel 2005-11-06 15:45:00 UTC (rev 3925)
@@ -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
More information about the Gnupg-commits
mailing list