OSDN Git Service

Discourage use of inline PGP messages.
authorDaiki Ueno <ueno@unixuser.org>
Tue, 27 Mar 2007 02:34:01 +0000 (02:34 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Tue, 27 Mar 2007 02:34:01 +0000 (02:34 +0000)
epa.texi

index f9caec8..70a227a 100644 (file)
--- 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