aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help/C/usage-mail.sgml10
-rw-r--r--help/ChangeLog4
2 files changed, 14 insertions, 0 deletions
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml
index b467297804..1d8d53ba6b 100644
--- a/help/C/usage-mail.sgml
+++ b/help/C/usage-mail.sgml
@@ -2183,6 +2183,16 @@ wwwkeys.pgp.net 32j38dk2</command>. Substitute your key ID for
plain text file and enter the command <command>gpg --import
filename</command>. This will add it to your keyring.
</para>
+ <tip>
+ <title>Recieving Keys Without the Command Line</title>
+ <para>
+ <application>gpg</application> allows you to automatically
+ download keys off the servers without using a command line.
+ To do this, simply type:<command>keyserver
+ wwwkeys.pgp.net</command> in the
+ <filename>~/.gnupg/options</filename> file.
+ </para>
+ </tip>
</sect2>
<sect2 id="encrypt-evo-integ">
diff --git a/help/ChangeLog b/help/ChangeLog
index 568e31ed45..fbaa8fca1c 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-04 Kevin Breit <mrproper@ximian.com>
+
+ * C/usage-mail.sgml: Added a tip mentioning that gpg can automagically contact the server for keys without having to use a console.
+
2002-05-30 Kevin Breit <mrproper@ximian.com>
* C/usage-mail.sgml: Reworded the signature introduction paragraph.