aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/epa.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/epa.texi')
-rw-r--r--doc/misc/epa.texi22
1 files changed, 13 insertions, 9 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index 32bf9e7fe1d..7afe9c0c9b8 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -306,14 +306,14 @@ Encrypt marked files.
306@section Mail-mode integration 306@section Mail-mode integration
307 307
308EasyPG Assistant provides a minor mode @code{epa-mail-mode} to help 308EasyPG Assistant provides a minor mode @code{epa-mail-mode} to help
309user compose inline PGP messages. Inline PGP is a traditional style 309user compose inline OpenPGP messages. Inline OpenPGP is a traditional
310of sending signed/encrypted emails by embedding raw OpenPGP blobs 310style of sending signed/encrypted emails by embedding raw OpenPGP
311inside a message body, not using modern MIME format. 311blobs inside a message body, not using modern MIME format.
312 312
313NOTE: Inline PGP is not recommended and you should consider to use 313NOTE: Inline OpenPGP is not recommended and you should consider to use
314PGP/MIME. See 314PGP/MIME. See
315@uref{http://josefsson.org/inline-openpgp-considered-harmful.html, 315@uref{http://josefsson.org/inline-openpgp-considered-harmful.html,
316Inline PGP in E-mail is bad, Mm'kay?}. 316Inline OpenPGP in E-mail is bad@comma{} Mm'kay?}.
317 317
318@noindent 318@noindent
319Once @code{epa-mail-mode} is enabled, the following keys are assigned. 319Once @code{epa-mail-mode} is enabled, the following keys are assigned.
@@ -321,22 +321,26 @@ You can do it by @kbd{C-u 1 M-x epa-mail-mode} or through the Customize
321interface. Try @kbd{M-x customize-variable epa-global-mail-mode}. 321interface. Try @kbd{M-x customize-variable epa-global-mail-mode}.
322 322
323@table @kbd 323@table @kbd
324@item C-c C-e d 324@item C-c C-e C-d and C-c C-e d
325@kindex @kbd{C-c C-e C-d}
325@kindex @kbd{C-c C-e d} 326@kindex @kbd{C-c C-e d}
326@findex epa-mail-decrypt 327@findex epa-mail-decrypt
327Decrypt OpenPGP armors in the current buffer. 328Decrypt OpenPGP armors in the current buffer.
328 329
329@item C-c C-e v 330@item C-c C-e C-v and C-c C-e v
331@kindex @kbd{C-c C-e C-v}
330@kindex @kbd{C-c C-e v} 332@kindex @kbd{C-c C-e v}
331@findex epa-mail-verify 333@findex epa-mail-verify
332Verify OpenPGP cleartext signed messages in the current buffer. 334Verify OpenPGP cleartext signed messages in the current buffer.
333 335
334@item C-c C-e s 336@item C-c C-e C-s and C-c C-e s
337@kindex @kbd{C-c C-e C-s}
335@kindex @kbd{C-c C-e s} 338@kindex @kbd{C-c C-e s}
336@findex epa-mail-sign 339@findex epa-mail-sign
337Compose a signed message from the current buffer. 340Compose a signed message from the current buffer.
338 341
339@item C-c C-e e 342@item C-c C-e C-e and C-c C-e e
343@kindex @kbd{C-c C-e C-e}
340@kindex @kbd{C-c C-e e} 344@kindex @kbd{C-c C-e e}
341@findex epa-mail-encrypt 345@findex epa-mail-encrypt
342Compose an encrypted message from the current buffer. 346Compose an encrypted message from the current buffer.