aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/mail-encryption-gpg-getting-keys.page
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2012-02-18 21:57:59 +0800
committerAndre Klapper <a9016009@gmx.de>2012-02-18 21:57:59 +0800
commitb5b802227537fe441f2fcb7cdd7cfee1ca5d6295 (patch)
tree30c8dd4638d708968d9c2f3a36b47e22a879dd8c /help/C/mail-encryption-gpg-getting-keys.page
parentf38de886e8000e75d1fd0b8c8254a3012a6c1c0d (diff)
downloadgsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.gz
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.bz2
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.lz
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.xz
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.tar.zst
gsoc2013-evolution-b5b802227537fe441f2fcb7cdd7cfee1ca5d6295.zip
User Docs: Use <cmd> tag consistently
Diffstat (limited to 'help/C/mail-encryption-gpg-getting-keys.page')
-rw-r--r--help/C/mail-encryption-gpg-getting-keys.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/C/mail-encryption-gpg-getting-keys.page b/help/C/mail-encryption-gpg-getting-keys.page
index 9613fca391..030d269c0a 100644
--- a/help/C/mail-encryption-gpg-getting-keys.page
+++ b/help/C/mail-encryption-gpg-getting-keys.page
@@ -25,7 +25,7 @@
<p>To send an encrypted message, you need to use the recipient's public key in combination with your private key. Evolution handles the encryption, but you need to get the public key and add it to your keyring.</p>
-<p>To get public keys from a public key server, enter the command <code>gpg --recv-keys --keyserver wwwkeys.pgp.net keyid</code>, substituting <code>keyid</code> by your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring.</p>
+<p>To get public keys from a public key server, enter the command <cmd>gpg --recv-keys --keyserver wwwkeys.pgp.net keyid</cmd>, substituting <code>keyid</code> by your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring.</p>
-<p>If someone sends you a public key directly, save it as a plain text file and enter the command <code>gpg --import</code> to add it to your keyring.</p>
+<p>If someone sends you a public key directly, save it as a plain text file and enter the command <cmd>gpg --import</cmd> to add it to your keyring.</p>
</page>