Function: mh-letter-toggle-header-field-display-button
mh-letter-toggle-header-field-display-button is an autoloaded,
interactive and byte-compiled function defined in mh-letter.el.gz.
Signature
(mh-letter-toggle-header-field-display-button EVENT)
Documentation
Toggle header field display at location of EVENT.
This function does the same thing as
mh-letter-toggle-header-field-display except that it is
callable from a mouse button.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-letter.el.gz
;;;###mh-autoload
(defun mh-letter-toggle-header-field-display-button (event)
"Toggle header field display at location of EVENT.
This function does the same thing as
`mh-letter-toggle-header-field-display' except that it is
callable from a mouse button."
(interactive "e")
(mh-do-at-event-location event
(mh-letter-toggle-header-field-display nil)))