Function: rmail-mime-toggle-button
rmail-mime-toggle-button is a byte-compiled function defined in
rmailmm.el.gz.
Signature
(rmail-mime-toggle-button BUTTON)
Documentation
Hide or show the body of the MIME-entity associated with BUTTON.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailmm.el.gz
(defun rmail-mime-toggle-button (button)
"Hide or show the body of the MIME-entity associated with BUTTON."
(save-excursion
(goto-char (button-start button))
(rmail-mime-toggle-hidden)))