emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107183: * doc/emacs/rmail.texi (Rmai


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107183: * doc/emacs/rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
Date: Wed, 08 Feb 2012 00:20:36 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107183
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-08 00:20:36 -0800
message:
  * doc/emacs/rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
  * etc/NEWS: Related markup.
  * lisp/mail/rmail.el: Comment.
modified:
  doc/emacs/ChangeLog
  doc/emacs/rmail.texi
  etc/NEWS
  lisp/mail/rmail.el
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-02-08 08:00:03 +0000
+++ b/doc/emacs/ChangeLog       2012-02-08 08:20:36 +0000
@@ -1,5 +1,7 @@
 2012-02-08  Glenn Morris  <address@hidden>
 
+       * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
+
        * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
 
 2012-02-07  Glenn Morris  <address@hidden>

=== modified file 'doc/emacs/rmail.texi'
--- a/doc/emacs/rmail.texi      2012-01-19 07:21:25 +0000
+++ b/doc/emacs/rmail.texi      2012-02-08 08:20:36 +0000
@@ -1118,7 +1118,7 @@
 @section Display of Messages
 
   This section describes how Rmail displays mail headers,
address@hidden sections and attachments, and URLs.
address@hidden sections and attachments, URLs, and encrypted messages.
 
 @table @kbd
 @item t
@@ -1209,6 +1209,12 @@
 case, the @kbd{v} (@code{rmail-mime}) command instead creates a
 temporary buffer to display the current @acronym{MIME} message.
 
address@hidden rmail-epa-decrypt
address@hidden 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:
 

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-02-08 08:07:24 +0000
+++ b/etc/NEWS  2012-02-08 08:20:36 +0000
@@ -762,6 +762,7 @@
 
 ** Rmail
 
++++
 *** The command `rmail-epa-decrypt' decrypts OpenPGP data
 in the Rmail incoming message.
 

=== modified file 'lisp/mail/rmail.el'
--- a/lisp/mail/rmail.el        2012-01-28 02:01:05 +0000
+++ b/lisp/mail/rmail.el        2012-02-08 08:20:36 +0000
@@ -4363,6 +4363,9 @@
      (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]