]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
authorGlenn Morris <rgm@gnu.org>
Wed, 8 Feb 2012 08:20:36 +0000 (00:20 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 8 Feb 2012 08:20:36 +0000 (00:20 -0800)
* etc/NEWS: Related markup.
* lisp/mail/rmail.el: Comment.

doc/emacs/ChangeLog
doc/emacs/rmail.texi
etc/NEWS
lisp/mail/rmail.el

index 9f51d9bbde6bd305615b4088562a2caf0b0e8761..160a0402fee31bbe588f1fbd6f2eafc29c26291d 100644 (file)
@@ -1,5 +1,7 @@
 2012-02-08  Glenn Morris  <rgm@gnu.org>
 
+       * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
+
        * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
 
 2012-02-07  Glenn Morris  <rgm@gnu.org>
index be1c1f68c6655aaf21c18bde0378658f1f625f19..18556d4a5ef8cd9aa054826f15011d75393ea565 100644 (file)
@@ -1118,7 +1118,7 @@ buffer before sorting it.
 @section Display of Messages
 
   This section describes how Rmail displays mail headers,
-@acronym{MIME} sections and attachments, and URLs.
+@acronym{MIME} sections and attachments, URLs, and encrypted messages.
 
 @table @kbd
 @item t
@@ -1209,6 +1209,12 @@ variable @code{rmail-enable-mime} to @code{nil}.  When this is the
 case, the @kbd{v} (@code{rmail-mime}) command instead creates a
 temporary buffer to display the current @acronym{MIME} message.
 
+@findex rmail-epa-decrypt
+@cindex encrypted mails (reading in Rmail)
+  If the current message is an encrypted one, use the command @kbd{M-x
+rmail-epa-decrypt} to decrypt it, using the EasyPG library
+(@pxref{Top,,, epa, EasyPG Assistant User's Manual}).
+
   You can highlight and activate URLs in the Rmail buffer using Goto
 Address mode:
 
index d0993707cf159ebeae75fd949dbdc29cd0cfcb35..4d67a0f8d47e9032726c0579b9b57137ff77f524 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -762,6 +762,7 @@ more variants, including Mercury, and a lot more.
 
 ** Rmail
 
++++
 *** The command `rmail-epa-decrypt' decrypts OpenPGP data
 in the Rmail incoming message.
 
index 7d4c7c154472887a4e8264926fbc7e73cbf9a1f5..2ed54aa8d86cced60c707b65ac7f63dc4a787c73 100644 (file)
@@ -4363,6 +4363,9 @@ encoded string (and the same mask) will decode the string."
      (setq i (1+ i)))
    (concat string-vector)))
 
+;; Should this have a key-binding, or be in a menu?
+;; There doesn't really seem to be an appropriate menu.
+;; Eg the edit command is not in a menu either.
 (defun rmail-epa-decrypt ()
   "Decrypt OpenPGP armors in current message."
   (interactive)