diff options
| author | Glenn Morris | 2012-02-08 00:20:36 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-08 00:20:36 -0800 |
| commit | a76863507de29951d49f29fe72f87df2c897769b (patch) | |
| tree | 66c79b5dbf11f85e02ad501dd4dd04ec982ddc7e /lisp | |
| parent | c4077254f9de69f8204d58cadeecf122eff46ed3 (diff) | |
| download | emacs-a76863507de29951d49f29fe72f87df2c897769b.tar.gz emacs-a76863507de29951d49f29fe72f87df2c897769b.zip | |
* doc/emacs/rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
* etc/NEWS: Related markup.
* lisp/mail/rmail.el: Comment.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7d4c7c15447..2ed54aa8d86 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." | |||
| 4363 | (setq i (1+ i))) | 4363 | (setq i (1+ i))) |
| 4364 | (concat string-vector))) | 4364 | (concat string-vector))) |
| 4365 | 4365 | ||
| 4366 | ;; Should this have a key-binding, or be in a menu? | ||
| 4367 | ;; There doesn't really seem to be an appropriate menu. | ||
| 4368 | ;; Eg the edit command is not in a menu either. | ||
| 4366 | (defun rmail-epa-decrypt () | 4369 | (defun rmail-epa-decrypt () |
| 4367 | "Decrypt OpenPGP armors in current message." | 4370 | "Decrypt OpenPGP armors in current message." |
| 4368 | (interactive) | 4371 | (interactive) |