From a112b03542e4315997383abf3a71c079f80e8c35 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 27 Mar 2007 02:34:01 +0000 Subject: [PATCH] Discourage use of inline PGP messages. --- epa.texi | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/epa.texi b/epa.texi index f9caec8..70a227a 100644 --- a/epa.texi +++ b/epa.texi @@ -317,10 +317,38 @@ Encrypt marked files. @node Mail-mode integration @section Mail-mode integration -EasyPG Assistant provides a minor mode to help composing clearsigned -or OpenPGP armored encrypted mails. The following keys are assigned. +EasyPG Assistant provides a minor mode to help user compose inline PGP +messages. Inline PGP is sending the OpenPGP blobs directly inside a +mail message. @footnote{It is not recommended and you should consider +to use PGP/MIME. See +@uref{http://josefsson.org/inline-openpgp-considered-harmful.html, +Inline PGP in E-mail is bad, Mm'kay?}.} -(not yet written.) +@noindent +The following keys are assigned. + +@table @kbd +@item C-c C-e d +@kindex @kbd{C-c C-e d} +@findex epa-mail-decrypt +Decrypt OpenPGP armors in the current buffer. + +@item C-c C-e v +@kindex @kbd{C-c C-e v} +@findex epa-mail-verify +Verify OpenPGP cleartext signed messages in the current buffer. + +@item C-c C-e s +@kindex @kbd{C-c C-e s} +@findex epa-mail-sign +Compose a signed message from the current buffer. + +@item C-c C-e e +@kindex @kbd{C-c C-e e} +@findex epa-mail-encrypt +Compose an encrypted message from the current buffer. + +@end table @node Encrypting/decrypting *.gpg files @section Encrypting/decrypting *.gpg files -- 1.7.10.4