diff options
author | Aaron Weber <aaron@ximian.com> | 2002-04-23 01:38:19 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-04-23 01:38:19 +0800 |
commit | 4c15e61e9542cde2f1af085f94deb8c5517dfa86 (patch) | |
tree | 0530d8de5ca13968b19e604a416913e232fa1543 /help | |
parent | 06f657a95766cf0833f0c8b249b24d20b1501c76 (diff) | |
download | gsoc2013-evolution-4c15e61e9542cde2f1af085f94deb8c5517dfa86.tar gsoc2013-evolution-4c15e61e9542cde2f1af085f94deb8c5517dfa86.tar.gz gsoc2013-evolution-4c15e61e9542cde2f1af085f94deb8c5517dfa86.tar.bz2 gsoc2013-evolution-4c15e61e9542cde2f1af085f94deb8c5517dfa86.tar.lz gsoc2013-evolution-4c15e61e9542cde2f1af085f94deb8c5517dfa86.tar.xz gsoc2013-evolution-4c15e61e9542cde2f1af085f94deb8c5517dfa86.tar.zst gsoc2013-evolution-4c15e61e9542cde2f1af085f94deb8c5517dfa86.zip |
use gpg --import, as per bug 23113
2002-04-22 Aaron Weber <aaron@ximian.com>
* C/usage-mail.sgml: use gpg --import, as per bug 23113
svn path=/trunk/; revision=16557
Diffstat (limited to 'help')
-rw-r--r-- | help/C/usage-mail.sgml | 2 | ||||
-rw-r--r-- | help/ChangeLog | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml index 70bc78bd1d..6092297edb 100644 --- a/help/C/usage-mail.sgml +++ b/help/C/usage-mail.sgml @@ -2161,7 +2161,7 @@ wwwkeys.pgp.net 32j38dk2</command>. Substitute your key ID for </para>
<para>
If someone sends you their public key directly, save it as a
- plain text file and enter the command <command>gpg
+ plain text file and enter the command <command>gpg --import
filename</command>. This will add it to your keyring.
</para>
</sect2>
diff --git a/help/ChangeLog b/help/ChangeLog index 20a7d26acd..0508e2f6e1 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,12 @@ +2002-04-22 Aaron Weber <aaron@ximian.com> + + * C/usage-mail.sgml: use gpg --import, as per bug 23113 + +2002-04-01 Aaron Weber <aaron@ximian.com> + + * C/usage-mainwindow.sgml: remove png-variant DTD from comments. + change should affect nothing. + 2002-04-04 Ettore Perazzoli <ettore@ximian.com> * C/Makefile.am: Remove bogus EXTRA_DIST with sgmldocs.make. |