aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 70b0f232ce6..10ba5b38031 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4582,6 +4582,8 @@ Argument MIME is non-nil if this is a mime message."
4582 (list armor-start (- (point-max) after-end) mime 4582 (list armor-start (- (point-max) after-end) mime
4583 armor-end-regexp))) 4583 armor-end-regexp)))
4584 4584
4585(declare-function rmail-mime-entity-truncated "rmailmm" (entity))
4586
4585;; Should this have a key-binding, or be in a menu? 4587;; Should this have a key-binding, or be in a menu?
4586;; There doesn't really seem to be an appropriate menu. 4588;; There doesn't really seem to be an appropriate menu.
4587;; Eg the edit command is not in a menu either. 4589;; Eg the edit command is not in a menu either.