aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-02-08 00:20:36 -0800
committerGlenn Morris <[email protected]>2012-02-08 00:20:36 -0800
commita76863507de29951d49f29fe72f87df2c897769b (patch)
tree66c79b5dbf11f85e02ad501dd4dd04ec982ddc7e /lisp/mail
parentc4077254f9de69f8204d58cadeecf122eff46ed3 (diff)
* doc/emacs/rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
* etc/NEWS: Related markup. * lisp/mail/rmail.el: Comment.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 7d4c7c1544..2ed54aa8d8 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -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)