Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a7686350
Commit
a7686350
authored
Feb 08, 2012
by
Glenn Morris
Browse files
* doc/emacs/rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
* etc/NEWS: Related markup. * lisp/mail/rmail.el: Comment.
parent
c4077254
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+2
-0
doc/emacs/rmail.texi
doc/emacs/rmail.texi
+7
-1
etc/NEWS
etc/NEWS
+1
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+3
-0
No files found.
doc/emacs/ChangeLog
View file @
a7686350
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>
...
...
doc/emacs/rmail.texi
View file @
a7686350
...
...
@@ -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 URL
s.
@acronym{MIME} sections and attachments,
URLs, and encrypted message
s.
@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:
...
...
etc/NEWS
View file @
a7686350
...
...
@@ -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.
...
...
lisp/mail/rmail.el
View file @
a7686350
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment