diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-12 21:19:26 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-12-12 21:19:26 +0100 |
commit | 180e309d8b15b66b588438d157ed1290ab2de7df (patch) | |
tree | 581c893bd72d42447b648faa49b337b01ce11f18 /doc/emacs/rmail.texi | |
parent | 8a220d7c8f30fda7239c1dbf7522e0170ef53527 (diff) | |
download | emacs-180e309d8b15b66b588438d157ed1290ab2de7df.tar.gz emacs-180e309d8b15b66b588438d157ed1290ab2de7df.tar.bz2 emacs-180e309d8b15b66b588438d157ed1290ab2de7df.zip |
Bind `C-c C-d' to rmail-epa-decrypt in rmail
* doc/emacs/rmail.texi (Rmail Display): Mention the key
binding (bug#25411).
* lisp/mail/rmail.el (rmail-mode-map): Bind C-c C-d to
rmail-epa-decrypt.
(rmail-mode): Mention it.
(rmail-epa-decrypt): Don't mark a mail as decrypted unless we're
replacing it.
* lisp/mail/rmailsum.el (rmail-summary-mode-map): Bind C-c C-d.
(rmail-summary-epa-decrypt): New command.
Diffstat (limited to 'doc/emacs/rmail.texi')
-rw-r--r-- | doc/emacs/rmail.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 14ee062b6cf..467c5269866 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -1273,9 +1273,9 @@ 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,, EasyPG, epa, EasyPG Assistant User's Manual}). + If the current message is an encrypted one, use the command +@kbd{C-c C-d} (@code{rmail-epa-decrypt}) to decrypt it, using the +EasyPG library (@pxref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}). You can highlight and activate URLs in the Rmail buffer using Goto Address mode: |